Enum BufferUsageArb
Used in GL.Arb.BufferData
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum BufferUsageArbFields
| Name | Description | 
|---|---|
| DynamicCopy | Original was GL_DYNAMIC_COPY = 0x88EA | 
| DynamicDraw | Original was GL_DYNAMIC_DRAW = 0x88E8 | 
| DynamicRead | Original was GL_DYNAMIC_READ = 0x88E9 | 
| StaticCopy | Original was GL_STATIC_COPY = 0x88E6 | 
| StaticDraw | Original was GL_STATIC_DRAW = 0x88E4 | 
| StaticRead | Original was GL_STATIC_READ = 0x88E5 | 
| StreamCopy | Original was GL_STREAM_COPY = 0x88E2 | 
| StreamDraw | Original was GL_STREAM_DRAW = 0x88E0 | 
| StreamRead | Original was GL_STREAM_READ = 0x88E1 |