GLBuffer.usageHints
uint usageHints() @property nothrowGet usageHints field.
Returns
the OpenGL usage hints this buffer was created with
void usageHints(uint propval) @property nothrowSet usageHints field.
Parameters
propval | the OpenGL usage hints this buffer was created with |