Colobot
Public Member Functions | Public Attributes | List of all members
Gfx::FramebufferParams Struct Reference

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
 

Detailed Description

Contains parameters for new framebuffer.


The documentation for this struct was generated from the following file: