glCompressedTexSubImage3D ( target level xoffset yoffset zoffset width height depth format imageSize data -- )


Vocabulary
opengl.gl

Inputs
targetan object
levelan object
xoffsetan object
yoffsetan object
zoffsetan object
widthan object
heightan object
depthan object
formatan object
imageSizean object
dataan object


Outputs
None

Definition


: glCompressedTexSubImage3D
( target level xoffset yoffset zoffset width height depth format imageSize data -- )
{
"glCompressedTexSubImage3D"
"glCompressedTexSubImage3DARB"
} 12 gl-function-pointer \ void {
GLenum
GLint
GLint
GLint
GLint
GLsizei
GLsizei
GLsizei
GLenum
GLsizei
pointer: GLvoid
} \ cdecl alien-indirect ;