FrameBuffer

FrameBuffer.

Constructors

this
this(GraphicsDevice graphics, int width, int height)

FrameBuffer constructor.

Members

Functions

dispose
void dispose()

FrameBuffer destructor.

Properties

id
uint id [@property getter]

Properties

texture
Texture texture [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_graphicsDevice
GraphicsDevice m_graphicsDevice;
Undocumented in source.
m_id
uint m_id;
Undocumented in source.
m_texture
Texture m_texture;
Undocumented in source.

Meta