Enumeration
CoglTextureError
Description [src]
Error codes that can be thrown when allocating textures.
Stability: | Unstable |
Available since: | 1.8 |
Members
Name | Description |
---|---|
COGL_TEXTURE_ERROR_SIZE |
Unsupported size. |
COGL_TEXTURE_ERROR_FORMAT |
Unsupported format. |
COGL_TEXTURE_ERROR_BAD_PARAMETER |
No description available. |
COGL_TEXTURE_ERROR_TYPE |
A primitive texture type that is unsupported by the driver was used. |