#include <glx_offscreen_buffer.hh>
Public Member Functions | |
OffscreenBuffer (unsigned int width, unsigned int height, const OffscreenBufferFormat &f, bool shared=true) | |
~OffscreenBuffer () | |
bool | Resize (unsigned int w, unsigned int h) |
bool | MakeActive () |
bool | IsActive () |
bool | IsValid () |
Definition at line 34 of file glx_offscreen_buffer.hh.
OffscreenBuffer | ( | unsigned int | width, | |
unsigned int | height, | |||
const OffscreenBufferFormat & | f, | |||
bool | shared = true | |||
) |
~OffscreenBuffer | ( | ) |
bool IsActive | ( | ) | [inline] |
Definition at line 44 of file glx_offscreen_buffer.hh.
bool IsValid | ( | ) | [inline] |
Definition at line 46 of file glx_offscreen_buffer.hh.
bool MakeActive | ( | ) |
bool Resize | ( | unsigned int | w, | |
unsigned int | h | |||
) |