Enumeration
CoglBufferUpdateHint
since: 14
Description [src]
The update hint on a buffer allows the user to give some detail on how often the buffer data is going to be updated.
Available since: 14
Members
COGL_BUFFER_UPDATE_HINT_STATIC
-
The buffer will not change over time.
- Value:
0
- Nickname:
static
- Available since: 14
- Value:
COGL_BUFFER_UPDATE_HINT_DYNAMIC
-
The buffer will change from time to time.
- Value:
1
- Nickname:
dynamic
- Available since: 14
- Value:
COGL_BUFFER_UPDATE_HINT_STREAM
-
The buffer will be used once or a couple of times.
- Value:
2
- Nickname:
stream
- Available since: 14
- Value: