From 3b734f0d6b9e28c1f2c4ae54e3f46e573e02f4a5 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Fri, 9 Mar 2018 21:36:10 +0100 Subject: Initial Commit --- glfw-3.2.1/docs/html/structGLFWvidmode.html | 207 ++++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 glfw-3.2.1/docs/html/structGLFWvidmode.html (limited to 'glfw-3.2.1/docs/html/structGLFWvidmode.html') diff --git a/glfw-3.2.1/docs/html/structGLFWvidmode.html b/glfw-3.2.1/docs/html/structGLFWvidmode.html new file mode 100644 index 0000000..9a71b1a --- /dev/null +++ b/glfw-3.2.1/docs/html/structGLFWvidmode.html @@ -0,0 +1,207 @@ + + + + + + +GLFW: GLFWvidmode Struct Reference + + + + + + + + + + + +
+ + + + + + + +
+
+ + +
+ +
+ +
+
+ +
+
GLFWvidmode Struct Reference
+
+
+ +

Video mode type. + More...

+ + + + + + + + + + + + + + +

+Data Fields

int width
 
int height
 
int redBits
 
int greenBits
 
int blueBits
 
int refreshRate
 
+

Detailed Description

+

This describes a single video mode.

+
See also
Video modes
+
+glfwGetVideoMode glfwGetVideoModes
+
Since
Added in version 1.0.
+
GLFW 3: Added refresh rate member.
+

Field Documentation

+ +
+
+ + + + +
int GLFWvidmode::blueBits
+
+

The bit depth of the blue channel of the video mode.

+ +
+
+ +
+
+ + + + +
int GLFWvidmode::greenBits
+
+

The bit depth of the green channel of the video mode.

+ +
+
+ +
+
+ + + + +
int GLFWvidmode::height
+
+

The height, in screen coordinates, of the video mode.

+ +
+
+ +
+
+ + + + +
int GLFWvidmode::redBits
+
+

The bit depth of the red channel of the video mode.

+ +
+
+ +
+
+ + + + +
int GLFWvidmode::refreshRate
+
+

The refresh rate, in Hz, of the video mode.

+ +
+
+ +
+
+ + + + +
int GLFWvidmode::width
+
+

The width, in screen coordinates, of the video mode.

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