#include <WindowSettings.hpp>
Public Member Functions | |
WindowSettings (unsigned int Depth=24, unsigned int Stencil=8, unsigned int Antialiasing=0) | |
Default constructor. | |
Public Attributes | |
unsigned int | DepthBits |
Bits of the depth buffer. | |
unsigned int | StencilBits |
Bits of the stencil buffer. | |
unsigned int | AntialiasingLevel |
Level of antialiasing. |
Definition at line 34 of file WindowSettings.hpp.
sf::WindowSettings::WindowSettings | ( | unsigned int | Depth = 24 , |
|
unsigned int | Stencil = 8 , |
|||
unsigned int | Antialiasing = 0 | |||
) | [inline, explicit] |
Default constructor.
Depth | : Depth buffer bits (24 by default) | |
Stencil | : Stencil buffer bits (8 by default) | |
Antialiasing | : Antialiasing level (0 by default) |
Definition at line 44 of file WindowSettings.hpp.
unsigned int sf::WindowSettings::AntialiasingLevel |
unsigned int sf::WindowSettings::DepthBits |
unsigned int sf::WindowSettings::StencilBits |