25 #ifndef SFML_WINDOWSETTINGS_HPP
26 #define SFML_WINDOWSETTINGS_HPP
44 explicit WindowSettings(
unsigned int Depth = 24,
unsigned int Stencil = 8,
unsigned int Antialiasing = 0) :
62 #endif // SFML_WINDOWSETTINGS_HPP
unsigned int StencilBits
Bits of the stencil buffer.
Structure defining the creation settings of windows.
unsigned int AntialiasingLevel
Level of antialiasing.
unsigned int DepthBits
Bits of the depth buffer.
WindowSettings(unsigned int Depth=24, unsigned int Stencil=8, unsigned int Antialiasing=0)
Default constructor.