Beispiel #1
0
            public DrawBufferValue(OpenglGpuImpl openglGpuImpl, DrawBufferKey drawBufferKey)
            {
                _openglGpuImpl = openglGpuImpl;
                DrawBufferKey  = drawBufferKey;

                openglGpuImpl.OnScaleViewport += UpdateTextures_External;
                UpdateTextures(openglGpuImpl.ScaleViewport);
            }
Beispiel #2
0
 public RenderbufferManager(OpenglGpuImpl OpenglGpuImpl)
 {
     this.OpenglGpuImpl = OpenglGpuImpl;
 }
Beispiel #3
0
 public RenderbufferManager(OpenglGpuImpl openglGpuImpl)
 {
     OpenglGpuImpl = openglGpuImpl;
 }
Beispiel #4
0
            public DrawBufferValue(OpenglGpuImpl OpenglGpuImpl, DrawBufferKey DrawBufferKey)
            {
                this.OpenglGpuImpl = OpenglGpuImpl;
                this.DrawBufferKey = DrawBufferKey;

                OpenglGpuImpl.OnScaleViewport += UpdateTextures_External;
                UpdateTextures(OpenglGpuImpl.ScaleViewport);
            }