public DrawBufferValue(OpenglGpuImpl openglGpuImpl, DrawBufferKey drawBufferKey) { _openglGpuImpl = openglGpuImpl; DrawBufferKey = drawBufferKey; openglGpuImpl.OnScaleViewport += UpdateTextures_External; UpdateTextures(openglGpuImpl.ScaleViewport); }
public RenderbufferManager(OpenglGpuImpl OpenglGpuImpl) { this.OpenglGpuImpl = OpenglGpuImpl; }
public RenderbufferManager(OpenglGpuImpl openglGpuImpl) { OpenglGpuImpl = openglGpuImpl; }
public DrawBufferValue(OpenglGpuImpl OpenglGpuImpl, DrawBufferKey DrawBufferKey) { this.OpenglGpuImpl = OpenglGpuImpl; this.DrawBufferKey = DrawBufferKey; OpenglGpuImpl.OnScaleViewport += UpdateTextures_External; UpdateTextures(OpenglGpuImpl.ScaleViewport); }