<viz>.vsync

Turn vertical sync on/off

 

<viz>.vsync(
    mode    

)

 

mode

This can be either viz.ON or viz.OFF


Remarks

Use this command to turn Vertical synchronization of the monitor on/off. Not all video cards support this option.

Return Value

None

Example

#Turn vertical sync off
viz.vsync(0)