CSPspEmu.Core.Gpu.Impl.Opengl.Modules.RenderbufferManager.DrawBufferValue.DrawBufferValue C# (CSharp) Method

DrawBufferValue() public method

public DrawBufferValue ( OpenglGpuImpl OpenglGpuImpl, DrawBufferKey DrawBufferKey ) : System
OpenglGpuImpl OpenglGpuImpl
DrawBufferKey DrawBufferKey
return System
            public DrawBufferValue(OpenglGpuImpl OpenglGpuImpl, DrawBufferKey DrawBufferKey)
            {
                this.OpenglGpuImpl = OpenglGpuImpl;
                this.DrawBufferKey = DrawBufferKey;

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