GLFWvidmode

Video mode type.

This describes a single video mode.

@sa @ref monitor_modes @sa @ref glfwGetVideoMode @sa @ref glfwGetVideoModes

extern (C) @nogc nothrow __gshared
struct GLFWvidmode {}

Members

Variables

blueBits
int blueBits;

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

greenBits
int greenBits;

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

height
int height;

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

redBits
int redBits;

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

refreshRate
int refreshRate;

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

width
int width;

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

Meta

Since

Added in version 1.0. @glfw3 Added refresh rate member.

Ingroup: monitor