From 7b3afcaf77f96e7d62f6cd1623ead7f17512d79f Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:47:46 +1100 Subject: repo init. partial port of existing code --- deps/glfw-3.3.8/docs/html/structGLFWvidmode.html | 199 +++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 deps/glfw-3.3.8/docs/html/structGLFWvidmode.html (limited to 'deps/glfw-3.3.8/docs/html/structGLFWvidmode.html') diff --git a/deps/glfw-3.3.8/docs/html/structGLFWvidmode.html b/deps/glfw-3.3.8/docs/html/structGLFWvidmode.html new file mode 100644 index 0000000..c367377 --- /dev/null +++ b/deps/glfw-3.3.8/docs/html/structGLFWvidmode.html @@ -0,0 +1,199 @@ + + +
+ + + + +Video mode type. + More...
+ +#include <glfw3.h>
+Data Fields | |
int | width |
int | height |
int | redBits |
int | greenBits |
int | blueBits |
int | refreshRate |
This describes a single video mode.
+int GLFWvidmode::width | +
The width, in screen coordinates, 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::greenBits | +
The bit depth of the green channel of the video mode.
+ +int GLFWvidmode::blueBits | +
The bit depth of the blue channel of the video mode.
+ +int GLFWvidmode::refreshRate | +
The refresh rate, in Hz, of the video mode.
+ ++Last update on Fri Jul 22 2022 for GLFW 3.3.8 +
+ + + -- cgit v1.2.3-70-g09d2