Renderbuffer Properties |
The Renderbuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| AlphaSize |
Gets the resolution in bits for the alpha component.
| |
| BlueSize |
Gets the resolution in bits for the blue component.
| |
| BufferFormat |
Gets the format of the renderbuffer.
| |
| Current |
Get the renderbuffer that is currently bound.
| |
| DepthSize |
Gets the resolution in bits for the depth component.
| |
| GreenSize |
Gets the resolution in bits for the green component.
| |
| Handle |
Internal OpenGL handle to the object
(Inherited from GLObject.) | |
| Height |
Gets the height of the renderbuffer.
| |
| IsBound |
Checks if this renderbuffer is currently bound.
| |
| MaxRenderbufferSize |
Get the largest renderbuffer width and height that the "GL can handle.
| |
| RedSize |
Gets the resolution in bits for the red component.
| |
| StencilSize |
Gets the resolution in bits for the stencil component.
| |
| Width |
Gets the width of the renderbuffer.
|