BufferUsage

Different ways that you can use a buffer.

The usages determine what kind of memory the buffer is allocated from and what actions the buffer can partake in.

These can be combined in a bitwise combination.

Values

ValueMeaning
mapRead1
mapWrite2
copySrc4
copyDst8
index16
vertex32
uniform64
storage128
indirect256

See Also

Meta