Set the current video mode
int PgSetVideoMode( PgDisplaySettings_t *settings );
ph
This function sets the current video mode to the settings given in the the PgDisplaySettings_t structure pointed to by settings, which includes at least the following:
You must target this function at a specific card by calling PdSetTargetDevice(). PgSetVideoMode() blocks until the operation is complete. |
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PgGetGraphicsHWCaps(), PgGetVideoMode(), PgGetVideoModeInfo(), PgGetVideoModeList()
“Video modes” in the Raw Drawing and Animation chapter of the Photon Programmer's Guide