From c2a2445897af17adb56a32dcf111312763a575d4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 2 Jul 2018 01:06:39 +0200 Subject: initial commit Signed-off-by: Toni Uhlig --- .../CSFML-2.1/doc/html/structsfContextSettings.htm | 160 +++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100755 libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfContextSettings.htm (limited to 'libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfContextSettings.htm') diff --git a/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfContextSettings.htm b/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfContextSettings.htm new file mode 100755 index 0000000..0467676 --- /dev/null +++ b/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfContextSettings.htm @@ -0,0 +1,160 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
sfContextSettings 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.
 
unsigned int majorVersion
 Major number of the context version to create.
 
unsigned int minorVersion
 Minor number of the context version to create.
 
+

Detailed Description

+

Structure defining the window's creation settings.

+ +

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

+

Field Documentation

+ +
+
+ + + + +
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.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + -- cgit v1.2.3