Cogl.BufferUpdateHint

The update hint on a buffer allows the user to give some detail on how often the buffer data is going to be updated.

Since 1.2

BufferUpdateHint.STATIC

the buffer will not change over time

BufferUpdateHint.DYNAMIC

the buffer will change from time to time

BufferUpdateHint.STREAM

the buffer will be used once or a couple of times