glCompressedTexSubImage2D ( target level xoffset yoffset width height format imageSize data -- )


Vocabulary
opengl.gl

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


Outputs
None

Definition


: glCompressedTexSubImage2D
( target level xoffset yoffset width height format imageSize data -- )
{
"glCompressedTexSubImage2D"
"glCompressedTexSubImage2DARB"
} 11 gl-function-pointer \ void {
GLenum
GLint
GLint
GLint
GLsizei
GLsizei
GLenum
GLsizei
pointer: GLvoid
} \ cdecl alien-indirect ;