OpenGL.GLES2.OES.texture_3D
OpenGL extension OES.texture_3D
This module customises the behaviour of the
OpenGL.raw.GLES2.OES.texture_3D to provide a more
Python-friendly API
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/OES/texture_3D.txt
Functions
glCompressedTexSubImage3DOES(
target
,
level
,
xoffset
,
yoffset
,
zoffset
,
width
,
height
,
depth
,
format
,
imageSize
,
data
)
glTexImage3DOES(
target
,
level
,
internalformat
,
width
,
height
,
depth
,
border
,
format
,
type
,
pixels
)
glTexSubImage3DOES(
target
,
level
,
xoffset
,
yoffset
,
zoffset
,
width
,
height
,
depth
,
format
,
type
,
pixels
)
Constants
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES (36052)
GL_MAX_3D_TEXTURE_SIZE_OES (32883)
GL_SAMPLER_3D_OES (35679)
GL_TEXTURE_3D_OES (32879)
GL_TEXTURE_BINDING_3D_OES (32874)
GL_TEXTURE_WRAP_R_OES (32882)