Structure defining the window's creation settings. More...
#include <SFML/Window/Window.h>
Public Attributes | |
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. | |
sfUint32 | attributeFlags |
The attribute flags to create the context with. | |
sfBool | sRgbCapable |
Whether the context framebuffer is sRGB capable. | |
Detailed Description
Structure defining the window's creation settings.
Definition at line 56 of file Window/Window.h.
Member Data Documentation
◆ antialiasingLevel
unsigned int sfContextSettings::antialiasingLevel |
Level of antialiasing.
Definition at line 60 of file Window/Window.h.
◆ attributeFlags
sfUint32 sfContextSettings::attributeFlags |
The attribute flags to create the context with.
Definition at line 63 of file Window/Window.h.
◆ depthBits
unsigned int sfContextSettings::depthBits |
Bits of the depth buffer.
Definition at line 58 of file Window/Window.h.
◆ majorVersion
unsigned int sfContextSettings::majorVersion |
Major number of the context version to create.
Definition at line 61 of file Window/Window.h.
◆ minorVersion
unsigned int sfContextSettings::minorVersion |
Minor number of the context version to create.
Definition at line 62 of file Window/Window.h.
◆ sRgbCapable
sfBool sfContextSettings::sRgbCapable |
Whether the context framebuffer is sRGB capable.
Definition at line 64 of file Window/Window.h.
◆ stencilBits
unsigned int sfContextSettings::stencilBits |
Bits of the stencil buffer.
Definition at line 59 of file Window/Window.h.
The documentation for this struct was generated from the following file: