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 55 of file Window/Window.h.


Field Documentation

Level of antialiasing.

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

Bits of the depth buffer.

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

Bits of the stencil buffer.

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


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