Renderbuffer Class |
Namespace: Ooogles
The Renderbuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| Renderbuffer |
Creates a renderbuffer.
|
| 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.
|
| Name | Description | |
|---|---|---|
| Bind |
Binds the renderbuffer.
| |
| Dispose |
Disposes of the OpenGL object
(Inherited from GLObject.) | |
| Dispose(Boolean) |
Disposes of the OpenGL object
(Inherited from GLObject.) | |
| DisposeHandle |
Deletes the renderbuffer.
(Overrides GLObjectDisposeHandle.) | |
| Equals |
Checks if this object matches another object.
(Inherited from GLObject.) | |
| Finalize |
Finalizes the object
(Inherited from GLObject.) | |
| GetHashCode |
Returns a hash code for this object
(Inherited from GLObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Storage |
Create and initialize a renderbuffer object's data store.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unbind |
Unbinds the renderbuffer.
|