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) :
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.
unsigned int StencilBits
Bits of the stencil buffer.