OpenGL.GLES1.OES.texture_cube_map

OpenGL extension OES.texture_cube_map
This module customises the behaviour of the OpenGL.raw.GLES1.OES.texture_cube_map to provide a more Python-friendly API
The official definition of this extension is available here: http://www.opengl.org/registry/specs/OES/texture_cube_map.txt

Functions

Constants

GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES (34076)
GL_NORMAL_MAP_OES (34065)
GL_REFLECTION_MAP_OES (34066)
GL_TEXTURE_BINDING_CUBE_MAP_OES (34068)
GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES (34070)
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES (34072)
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES (34074)
GL_TEXTURE_CUBE_MAP_OES (34067)
GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES (34069)
GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES (34071)
GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES (34073)
GL_TEXTURE_GEN_MODE_OES (9472)
GL_TEXTURE_GEN_STR_OES (36192)