Handbook
Glossary
glCopyTexSubImage3D ( target level xoffset yoffset zoffset x y width height -- )
Vocabulary
opengl
.
gl
Inputs
target
an
object
level
an
object
xoffset
an
object
yoffset
an
object
zoffset
an
object
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
opengl.gl.extensions
;
IN:
opengl.gl
:
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
;