table of contents
GFX_MODE(3alleg4) | Allegro manual | GFX_MODE(3alleg4) |
NAME¶
GFX_MODE - Stores video mode information. Allegro game programming library.
SYNOPSIS¶
#include <allegro.h>
typedef struct GFX_MODE
DESCRIPTION¶
int width, height, bpp;
Structure contained in GFX_MODE_LIST.
SEE ALSO¶
GFX_MODE_LIST(3alleg4), get_gfx_mode_list(3alleg4)
version 4.4.3 | Allegro |