CL_DisplayCard::set_videomode
Syntax
virtual void set_videomode(
int width,
int height,
int bpp);
Parameters
width | - | width in pixels of the new video mode. |
height | - | height in pixels of the new video mode. |
bpp | - | Bits per pixel. The depth of the new video mode. (8, 16, 24, 32) |
Description
Change the display card's video mode.
Back to index
|