glCopyTexSubImage3D ( target level xoffset yoffset zoffset x y width height -- )


Vocabulary
opengl.gl

Inputs
targetan object
levelan object
xoffsetan object
yoffsetan object
zoffsetan object
xan object
yan object
widthan object
heightan object


Outputs
None

Definition


: glCopyTexSubImage3D
( target level xoffset yoffset zoffset x y width height -- )
{ "glCopyTexSubImage3D" "glCopyTexSubImage3DEXT" } 1
gl-function-pointer \ void {
GLenum
GLint
GLint
GLint
GLint
GLint
GLint
GLsizei
GLsizei
} \ cdecl alien-indirect ;