Supported Browsers Home   
GA_driverFuncs Previous   
GetCurrentScanLine Next   
GA_driverFuncs Up   

EnableStereoMode

Enables or disables hardware stereo page flipping.

Declaration

void  NAPI GA_driverFuncs::EnableStereoMode(
    N_int32 enable)

Prototype In

snap/graphics.h

Parameters

enable

not 0 to enable stereo mode, 0 to disable

 

Description

This function enables or disables hardware stereo LC shutter glasses operation. For stereo LC shutter glasses support, the hardware must provide support for the dual display start addresses so that the left and right images can be located in different locations in display memory. The driver implementation should enable the stereo display when the application calls this function with enable set to 1 and will remain in free running mode until the application calls this function again with enable set to 0. Check that the gaHaveStereo flag is set in the GA_modeInfo structure before trying to use this function.

See Also

SetStereoDisplayStart, GetDisplayStartStatus, SetActiveBuffer, FlipToStereoBuffer, GetFlipStatus

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com