From 04d53629db766afc470380db98a66cc0a1502869 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sat, 23 Aug 2014 11:48:58 -0300 Subject: Remove documentation for external modules. We don't need these and they clutter up the repository. --- .../glfw-3.0.2/docs/html/structGLFWvidmode.html | 204 --------------------- 1 file changed, 204 deletions(-) delete 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 deleted file mode 100644 index 237aa37aa..000000000 --- a/externals/glfw-3.0.2/docs/html/structGLFWvidmode.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -GLFW: GLFWvidmode Struct Reference - - - - - - - - - -
-
- - - - - - -
-
GLFW -  3.0.2 -
-
A multi-platform library for OpenGL, window and input
-
-
- - - - - - - - - -
- -
- -
-
- -
-
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.

-

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