Module: Clutter::FeatureFlags

Defined in:
(unknown)

Constant Summary collapse

TEXTURE_NPOT =

Set if NPOTS textures supported.

4 or :texture_npot
SYNC_TO_VBLANK =

Set if vblank syncing supported.

8 or :sync_to_vblank
TEXTURE_YUV =

Set if YUV based textures supported.

16 or :texture_yuv
TEXTURE_READ_PIXELS =

Set if texture pixels can be read.

32 or :texture_read_pixels
STAGE_STATIC =

Set if stage size if fixed (i.e framebuffer)

64 or :stage_static
STAGE_USER_RESIZE =

Set if stage is able to be user resized.

128 or :stage_user_resize
STAGE_CURSOR =

Set if stage has a graphical cursor.

256 or :stage_cursor
SHADERS_GLSL =

Set if the backend supports GLSL shaders.

512 or :shaders_glsl
OFFSCREEN =

Set if the backend supports offscreen rendering.

1024 or :offscreen
STAGE_MULTIPLE =

Set if multiple stages are supported.

2048 or :stage_multiple
SWAP_EVENTS =

Set if the GLX_INTEL_swap_event is supported.

4096 or :swap_events