From 27474060e1287a67c45cd790d29b9095b35b2bdf Mon Sep 17 00:00:00 2001 From: ShizZy Date: Thu, 29 Aug 2013 23:35:09 -0400 Subject: adding initial project layout --- .../glfw-3.0.2/docs/html/structGLFWvidmode.html | 204 +++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 externals/glfw-3.0.2/docs/html/structGLFWvidmode.html (limited to 'externals/glfw-3.0.2/docs/html/structGLFWvidmode.html') diff --git a/externals/glfw-3.0.2/docs/html/structGLFWvidmode.html b/externals/glfw-3.0.2/docs/html/structGLFWvidmode.html new file mode 100644 index 000000000..237aa37aa --- /dev/null +++ b/externals/glfw-3.0.2/docs/html/structGLFWvidmode.html @@ -0,0 +1,204 @@ + + +
+ + + +|
+ GLFW
+ 3.0.2
+
+ A multi-platform library for OpenGL, window and input
+ |
+
Video mode type. + More...
++Data Fields | |
| int | width |
| int | height |
| int | redBits |
| int | greenBits |
| int | blueBits |
| int | refreshRate |
This describes a single video mode.
+| 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.
+ +
+ 1.8.3.1
+
+
+
--
cgit v1.2.3