C
void SwitchOffDoubleBuffering();
Overview
Switches off the double buffering. All rendering will be performed on the frame buffer. Calls to UpdateDisplayNow() or RequestDisplayUpdate() will have no effect.
Returns
none
Preconditions
none
Side Effects
none