Colobot
|
Contains parameters for new framebuffer. More...
#include <framebuffer.h>
Public Member Functions | |
void | LoadDefault () |
Loads default values. | |
Public Attributes | |
int | width = 1024 |
Requested width of buffers. | |
int | height = 1024 |
Requested height of buffers. | |
int | depth = 16 |
Requested depth buffer. | |
int | samples = 1 |
Requested number of samples for multisampling. | |
bool | colorTexture = false |
true requests color texture | |
bool | depthTexture = false |
true requests depth texture | |
Contains parameters for new framebuffer.