Module: GL_ARB_buffer_storage::Constants

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

Constant Summary collapse

MAP_READ_BIT =
0x0001
MAP_WRITE_BIT =
0x0002
MAP_PERSISTENT_BIT =
0x0040
MAP_COHERENT_BIT =
0x0080
DYNAMIC_STORAGE_BIT =
0x0100
CLIENT_STORAGE_BIT =
0x0200
CLIENT_MAPPED_BUFFER_BARRIER_BIT =
0x00004000
BUFFER_IMMUTABLE_STORAGE =
0x821F
BUFFER_STORAGE_FLAGS =
0x8220