From a556b45abf18f1bd509daaf63b66b7d55e9fd291 Mon Sep 17 00:00:00 2001 From: jjesswan Date: Mon, 22 Apr 2024 21:56:26 -0400 Subject: add engine version --- .../glfw-3.3.8/docs/html/structGLFWvidmode.html | 199 +++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 engine-ocean/External/glfw-3.3.8/docs/html/structGLFWvidmode.html (limited to 'engine-ocean/External/glfw-3.3.8/docs/html/structGLFWvidmode.html') diff --git a/engine-ocean/External/glfw-3.3.8/docs/html/structGLFWvidmode.html b/engine-ocean/External/glfw-3.3.8/docs/html/structGLFWvidmode.html new file mode 100644 index 0000000..c367377 --- /dev/null +++ b/engine-ocean/External/glfw-3.3.8/docs/html/structGLFWvidmode.html @@ -0,0 +1,199 @@ + + + + + + + +GLFW: GLFWvidmode Struct Reference + + + + + + + + + + +
+ + + + + + + + + +
+
+ + +
+ +
+ +
+
+ +
GLFWvidmode Struct Reference
+
+
+ +

Video mode type. + More...

+ +

#include <glfw3.h>

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

+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

+ +

◆ width

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

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

+ +
+
+ +

◆ height

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

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

+ +
+
+ +

◆ redBits

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

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

+ +
+
+ +

◆ greenBits

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

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

+ +
+
+ +

◆ blueBits

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

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

+ +
+
+ +

◆ refreshRate

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

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

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