Enumeration

CoglTextureComponents

Declaration

enum Cogl.TextureComponents

Description [src]

See cogl_texture_set_components().

Available since:1.18

Members

Name Description
COGL_TEXTURE_COMPONENTS_A

Only the alpha component.

COGL_TEXTURE_COMPONENTS_RG

Red and green components. Note that this can only be used if the COGL_FEATURE_ID_TEXTURE_RG feature is advertised.

COGL_TEXTURE_COMPONENTS_RGB

Red, green and blue components.

COGL_TEXTURE_COMPONENTS_RGBA

Red, green, blue and alpha components.

COGL_TEXTURE_COMPONENTS_DEPTH

Only a depth component.