Structure defining the window's creation settings. More...
#include <Window.h>
Data Fields | |
unsigned int | depthBits |
Bits of the depth buffer. | |
unsigned int | stencilBits |
Bits of the stencil buffer. | |
unsigned int | antialiasingLevel |
Level of antialiasing. | |
unsigned int | majorVersion |
Major number of the context version to create. | |
unsigned int | minorVersion |
Minor number of the context version to create. | |
Structure defining the window's creation settings.
Definition at line 58 of file Window/Window.h.
unsigned int sfContextSettings::antialiasingLevel |
Level of antialiasing.
Definition at line 62 of file Window/Window.h.
unsigned int sfContextSettings::depthBits |
Bits of the depth buffer.
Definition at line 60 of file Window/Window.h.
unsigned int sfContextSettings::majorVersion |
Major number of the context version to create.
Definition at line 63 of file Window/Window.h.
unsigned int sfContextSettings::minorVersion |
Minor number of the context version to create.
Definition at line 64 of file Window/Window.h.
unsigned int sfContextSettings::stencilBits |
Bits of the stencil buffer.
Definition at line 61 of file Window/Window.h.