sfWindowSettings Struct Reference

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.

Detailed Description

Structure defining the window's creation settings.

Definition at line 62 of file Window/Window.h.


Field Documentation

unsigned int sfWindowSettings::DepthBits

Bits of the depth buffer.

Definition at line 64 of file Window/Window.h.

unsigned int sfWindowSettings::StencilBits

Bits of the stencil buffer.

Definition at line 65 of file Window/Window.h.

unsigned int sfWindowSettings::AntialiasingLevel

Level of antialiasing.

Definition at line 66 of file Window/Window.h.


The documentation for this struct was generated from the following file: