Enumeration
CoglBufferAccess
since: 14
Members
COGL_BUFFER_ACCESS_READ-
The buffer will be read.
- Value:
1 - Nickname:
read - Available since: 14
- Value:
COGL_BUFFER_ACCESS_WRITE-
The buffer will written to.
- Value:
2 - Nickname:
write - Available since: 14
- Value:
COGL_BUFFER_ACCESS_READ_WRITE-
The buffer will be used for both reading and writing.
- Value:
3 - Nickname:
read-write - Available since: 14
- Value: