Enumeration

CoglBlendStringError

since: 13

Declaration

enum Cogl.BlendStringError

Description [src]

Error enumeration for the blend strings parser.

Available since: 13

Members

COGL_BLEND_STRING_ERROR_PARSE_ERROR

Generic parse error.

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

Argument parse error.

  • Value: 1
  • Nickname: None
  • Available since: 13
COGL_BLEND_STRING_ERROR_INVALID_ERROR

Internal parser error.

  • Value: 2
  • Nickname: None
  • Available since: 13
COGL_BLEND_STRING_ERROR_GPU_UNSUPPORTED_ERROR

Blend string not supported by the GPU.

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