class FrameBufferObject
Sets up the framebuffer.
| nw::gfx::FrameBufferObject::Description | Content to configure. |
|---|
| operator GLuint | This operator for casting to frame buffer object IDs is being retained for backward compability. | |
|---|---|---|
GetDescription
|
Gets frame buffer settings. | |
SetDescription
|
Sets frame buffer settings. | |
| GetFboID | Gets the gl frame buffer object ID. | |
| SetFboID | Sets the gl frame buffer object ID. | |
| GetHeight | Gets the height of the frame buffer. | |
| SetHeight | Sets the height of the frame buffer. | |
| GetWidth | Gets the width of the frame buffer. | |
| SetWidth | Sets the framebuffer width. | |
| GetColorFormat | Gets the color buffer format. | |
| SetColorFormat | Sets the color buffer format. | |
| GetDepthFormat | Gets the depth buffer format. | |
| SetDepthFormat | Sets the depth buffer format. | |
| GetColorAddress | Gets the color buffer address. | |
| SetColorAddress | Gets the color buffer address. | |
| GetDepthAddress | Gets the depth buffer address. | |
| SetDepthAddress | Sets the depth buffer address. | |
| ActivateBuffer | Sets the command used to set the frame buffer. | |
ClearBuffer
|
Clears the framebuffer. |
CONFIDENTIAL