GLBufferAllocationParams.glUsage
uint glUsage() @property nothrowGet glUsage field.
Returns
the OpenGL usage hint to create the buffer with
void glUsage(uint propval) @property nothrowSet glUsage field.
Parameters
propval | the OpenGL usage hint to create the buffer with |