GA_softStereoInit

Initialises the software stereo page flipping module.

Declaration

ibool           NAPI GA_softStereoInit(GA_devCtx *dc);
STEREO_ENTRY ibool NAPI GA_softStereoInit(
    GA_devCtx *dc)

Prototype In

snap/graphics.h

Parameters

dc

SNAP device context to use to access the hardware

 

Description

This function initialises the software stereo page flip handler, and does one time initialisation and calibration. The calibration will take about 1 second for most resolutions and refresh rates.

Note:    This function must be called after the system has already been put into graphics mode, since it does calibration based on the currently active display mode and refresh rate.

Note:    Software stereo page flipping is off by default when this function is called, and you must call GA_softStereoOn to activate it.

See Also

GA_softStereoExit, GA_softStereoOn

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