From 1647f4b4f9ebef8b938222b1f48d9a15cc262e97 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 25 Mar 2020 20:48:19 +0100 Subject: clean-up the mess Signed-off-by: Toni Uhlig --- .../CSFML-2.1/doc/html/structsfContextSettings.htm | 160 --------------------- 1 file changed, 160 deletions(-) delete mode 100755 libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfContextSettings.htm (limited to 'libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfContextSettings.htm') diff --git a/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfContextSettings.htm b/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfContextSettings.htm deleted file mode 100755 index 0467676..0000000 --- a/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/structsfContextSettings.htm +++ /dev/null @@ -1,160 +0,0 @@ - - - - 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