Enumeration

CoglTextureError

since: 13

Declaration

enum Cogl.TextureError

Description [src]

Error codes that can be thrown when allocating textures.

Available since: 13

Members

COGL_TEXTURE_ERROR_SIZE

Unsupported size.

  • Value: 0
  • Nickname: None
  • Available since: 13
COGL_TEXTURE_ERROR_FORMAT

Unsupported format.

  • Value: 1
  • Nickname: None
  • Available since: 13
COGL_TEXTURE_ERROR_BAD_PARAMETER
No description available.
  • Value: 2
  • Nickname: None
  • Available since: 13
COGL_TEXTURE_ERROR_TYPE

A primitive texture type that is unsupported by the driver was used.

  • Value: 3
  • Nickname: None
  • Available since: 13