libGLV  0.4.0
Data Fields
GLViewMode Struct Reference

The GLViewMode struct holds information about a video mode. More...

#include <glv.h>

Data Fields

int id
 
int width
 
int height
 
int refreshRate
 
int depth
 

Detailed Description

The GLViewMode struct holds information about a video mode.

The GLViewMode struct...

Field Documentation

◆ depth

int GLViewMode::depth

Bits per pixel (8, 16, 32, etc.).

◆ height

int GLViewMode::height

Pixel height of screen or window.

Referenced by glv_changeMode().

◆ id

int GLViewMode::id

Unique identifier for this mode. An id of GLV_MODEID_WINDOW means the GLView is a window on the desktop rather than a fullscreen mode.

Referenced by glv_changeMode().

◆ refreshRate

int GLViewMode::refreshRate

Vertical refresh rate in Hz (60, 85, etc.).

◆ width

int GLViewMode::width

Pixel width of screen or window.

Referenced by glv_changeMode().


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