OpenGL.GLES1.OES.required_internalformat
OpenGL extension OES.required_internalformat
This module customises the behaviour of the
OpenGL.raw.GLES1.OES.required_internalformat to provide a more
Python-friendly API
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/OES/required_internalformat.txt
Functions
Constants
GL_ALPHA8_OES (32828)
GL_DEPTH24_STENCIL8_OES (35056)
GL_DEPTH_COMPONENT16_OES (33189)
GL_DEPTH_COMPONENT24_OES (33190)
GL_DEPTH_COMPONENT32_OES (33191)
GL_LUMINANCE4_ALPHA4_OES (32835)
GL_LUMINANCE8_ALPHA8_OES (32837)
GL_LUMINANCE8_OES (32832)
GL_RGB10_A2_EXT (32857)
GL_RGB10_EXT (32850)
GL_RGB565_OES (36194)
GL_RGB5_A1_OES (32855)
GL_RGB8_OES (32849)
GL_RGBA4_OES (32854)
GL_RGBA8_OES (32856)