libGLV
0.4.0
|
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 |
The GLViewMode struct holds information about a video mode.
The GLViewMode struct...
int GLViewMode::depth |
Bits per pixel (8, 16, 32, etc.).
int GLViewMode::height |
Pixel height of screen or window.
Referenced by glv_changeMode().
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().
int GLViewMode::refreshRate |
Vertical refresh rate in Hz (60, 85, etc.).
int GLViewMode::width |
Pixel width of screen or window.
Referenced by glv_changeMode().