Public Attributes | List of all members
GLFWvidmode Struct Reference

Video mode type. More...

#include <glfw3.h>

Public Attributes

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

Detailed Description

Video mode type.

This describes a single video mode.

See also
monitor_modes
glfwGetVideoMode glfwGetVideoModes
Since
Added in version 1.0. @glfw3 Added refresh rate member.

Definition at line 1129 of file glfw3.h.

Member Data Documentation

◆ blueBits

int GLFWvidmode::blueBits

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

Definition at line 1145 of file glfw3.h.

◆ greenBits

int GLFWvidmode::greenBits

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

Definition at line 1142 of file glfw3.h.

◆ height

int GLFWvidmode::height

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

Definition at line 1136 of file glfw3.h.

◆ redBits

int GLFWvidmode::redBits

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

Definition at line 1139 of file glfw3.h.

◆ refreshRate

int GLFWvidmode::refreshRate

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

Definition at line 1148 of file glfw3.h.

◆ width

int GLFWvidmode::width

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

Definition at line 1133 of file glfw3.h.


The documentation for this struct was generated from the following file:


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05