nw::gfx::FrameBufferObject Class

Syntax

class FrameBufferObject

Description

Sets up the framebuffer.

Structures

nw::gfx::FrameBufferObject::Description Content to configure.

Member Functions

operator GLuint This operator for casting to framebuffer object IDs is being retained for backward compatibility.
GetDescription Gets framebuffer settings.
SetDescription Sets framebuffer settings.
GetFboID Gets the gl framebuffer object ID.
SetFboID Sets the gl framebuffer object ID.
GetHeight Gets the height of the framebuffer.
SetHeight Sets the height of the framebuffer.
GetWidth Gets the width of the framebuffer.
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 commands used to set the framebuffer.
TransferRenderImage Sets a command to transfer data from the framebuffer to the display buffer.
ClearBuffer Clears the framebuffer.

CONFIDENTIAL