Click or drag to resize

RenderbufferCurrent Property

Get the renderbuffer that is currently bound.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Renderbuffer Current { get; }

Property Value

Type: Renderbuffer
The currently bound renderbuffer, or null if there is no renderbuffer bound.
Remarks
OpenGL API: glGetProgramiv(GL_RENDERBUFFER_BINDING)
See Also