Q3InteractiveRenderer_SetDoubleBufferBypass
You can use theQ3InteractiveRenderer_SetDoubleBufferBypassfunction to set the double buffer bypass state of the interactive renderer.
TQ3Status Q3InteractiveRenderer_SetDoubleBufferBypass ( TQ3RendererObject renderer, TQ3Boolean bypass);
renderer- An interactive renderer.
bypass- A Boolean value that indicates the desired double buffer bypass state of the specified interactive renderer.
DESCRIPTION
TheQ3InteractiveRenderer_SetDoubleBufferBypassfunction sets the state of double buffer bypassing for the interactive renderer specified by therendererparameter to the Boolean value specified by thebypassparameter.