Enumeration
CoglSystemError
since: 13
Description [src]
Error enumeration for Cogl
The COGL_SYSTEM_ERROR_UNSUPPORTED
error can be thrown for a
variety of reasons. For example:
CoglPipeline
Currently this is only used by Cogl API marked as experimental so this enum should also be considered experimental.
Available since: 13
Members
COGL_SYSTEM_ERROR_UNSUPPORTED
-
You tried to use a feature or configuration not currently available.
- Value:
0
- Nickname:
None
- Available since: 13
- Value:
COGL_SYSTEM_ERROR_NO_MEMORY
-
You tried to allocate a resource such as a texture and there wasn’t enough memory.
- Value:
1
- Nickname:
None
- Available since: 13
- Value: