Click or drag to resize

RenderbufferGreenSize Property

Gets the resolution in bits for the green component.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int GreenSize { get; }

Property Value

Type: Int32
The resolution in bits for the green component of the image of the renderbuffer.
Remarks
Note: in DEBUG mode with assertions enabled, an error will be logged to the debug console if this renderbuffer is not bound.

OpenGL API: glGetRenderbufferParameteriv(GL_RENDERBUFFER_GREEN_SIZE)

See Also