#include <offscreen_buffer.hh>
Public Member Functions | |
OffscreenBufferFormat () | |
Data Fields | |
unsigned int | cbits |
unsigned int | abits |
unsigned int | dbits |
bool | accum |
bool | multisample |
unsigned int | samples |
Definition at line 32 of file offscreen_buffer.hh.
OffscreenBufferFormat | ( | ) | [inline] |
Definition at line 35 of file offscreen_buffer.hh.
unsigned int abits |
Definition at line 37 of file offscreen_buffer.hh.
bool accum |
Definition at line 38 of file offscreen_buffer.hh.
unsigned int cbits |
Definition at line 37 of file offscreen_buffer.hh.
unsigned int dbits |
Definition at line 37 of file offscreen_buffer.hh.
bool multisample |
Definition at line 39 of file offscreen_buffer.hh.
unsigned int samples |
Definition at line 40 of file offscreen_buffer.hh.