OpenGL.GL.EXT.texture3D
OpenGL extension EXT.texture3D
This module customises the behaviour of the
OpenGL.raw.GL.EXT.texture3D to provide a more
Python-friendly API
Overview (from the spec)
This extension defines 3-dimensional texture mapping. In order to
define a 3D texture image conveniently, this extension also defines the
in-memory formats for 3D images, and adds pixel storage modes to support
them.
One important application of 3D textures is rendering volumes of image
data.
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/EXT/texture3D.txt
Functions
Constants
GL_MAX_3D_TEXTURE_SIZE_EXT (32883)
GL_PACK_IMAGE_HEIGHT_EXT (32876)
GL_PACK_SKIP_IMAGES_EXT (32875)
GL_PROXY_TEXTURE_3D_EXT (32880)
GL_TEXTURE_3D_EXT (32879)
GL_TEXTURE_DEPTH_EXT (32881)
GL_TEXTURE_WRAP_R_EXT (32882)
GL_UNPACK_IMAGE_HEIGHT_EXT (32878)
GL_UNPACK_SKIP_IMAGES_EXT (32877)