OpenGL.GLES1.EXT.map_buffer_range
OpenGL extension EXT.map_buffer_range
This module customises the behaviour of the
OpenGL.raw.GLES1.EXT.map_buffer_range to provide a more
Python-friendly API
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/EXT/map_buffer_range.txt
Functions
Constants
GL_MAP_FLUSH_EXPLICIT_BIT_EXT (16)
GL_MAP_INVALIDATE_BUFFER_BIT_EXT (8)
GL_MAP_INVALIDATE_RANGE_BIT_EXT (4)
GL_MAP_READ_BIT_EXT (1)
GL_MAP_UNSYNCHRONIZED_BIT_EXT (32)
GL_MAP_WRITE_BIT_EXT (2)