BufferMapHint
Description:
[ CCode ( cprefix = "COGL_BUFFER_MAP_HINT_" , has_type_id = false ) ]
public enum BufferMapHint
Hints to Cogl about how you are planning to modify the data once it is mapped.
Content:
Enum values:
- DISCARD - Tells Cogl that you plan to
replace all the buffer's contents.