Module: GL_ARB_map_buffer_range::Constants

Defined in:
lib/opengl-definitions/extensions/GL_ARB_map_buffer_range.rb

Constant Summary collapse

NMAP_READ_BIT =
0x0001
NMAP_WRITE_BIT =
0x0002
NMAP_INVALIDATE_RANGE_BIT =
0x0004
NMAP_INVALIDATE_BUFFER_BIT =
0x0008
NMAP_FLUSH_EXPLICIT_BIT =
0x0010
NMAP_UNSYNCHRONIZED_BIT =
0x0020