Module: GL_ARB_buffer_storage::Constants

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

Constant Summary collapse

NMAP_READ_BIT =
0x0001
NMAP_WRITE_BIT =
0x0002
NMAP_PERSISTENT_BIT =
0x0040
NMAP_COHERENT_BIT =
0x0080
NDYNAMIC_STORAGE_BIT =
0x0100
NCLIENT_STORAGE_BIT =
0x0200
NCLIENT_MAPPED_BUFFER_BARRIER_BIT =
0x00004000
NBUFFER_IMMUTABLE_STORAGE =
0x821F
NBUFFER_STORAGE_FLAGS =
0x8220