Enumeration

CoglStereoMode

Declaration

enum Cogl.StereoMode

Description [src]

Represents how draw should affect the two buffers of a stereo framebuffer. See cogl_framebuffer_set_stereo_mode().

Members

Name Description
COGL_STEREO_BOTH

Draw to both stereo buffers.

COGL_STEREO_LEFT

Draw only to the left stereo buffer.

COGL_STEREO_RIGHT

Draw only to the left stereo buffer.