RwStartDisplayDevice(RwDisplayDevice *device, void *param);
Description
Starts a display device so that rendering can take place.
Arguments
device Pointer to an opened display device.
param A device dependent parameter.
Return Value
TRUE if the device is successfully started, FALSE otherwise.
Comments
A device must be started before rendering can occur.
See Also