Enum ArbMapBufferRange
Not used directly.
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum ArbMapBufferRangeFields
| Name | Description | 
|---|---|
| MapFlushExplicitBit | Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 | 
| MapInvalidateBufferBit | Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 | 
| MapInvalidateRangeBit | Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 | 
| MapReadBit | Original was GL_MAP_READ_BIT = 0x0001 | 
| MapUnsynchronizedBit | Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 | 
| MapWriteBit | Original was GL_MAP_WRITE_BIT = 0x0002 |