![]() | DataBuffer.Usage Enumeration |
Namespace: Ooogles
Member name | Value | Description | |
---|---|---|---|
StaticDraw | 35044 | The data stored in a buffer will be modified once and used many times. | |
StreamDraw | 35040 | The data stored in a buffer will be modified once and used at most a few times. | |
DynamicDraw | 35048 | The data stored in a buffer will be modified repeatedly and used many times. |