Handbook
Glossary
glCopyTextureSubImage3D ( texture level xoffset yoffset zoffset x y width height -- )
Vocabulary
opengl
.
gl
Inputs
texture
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
:
glCopyTextureSubImage3D
( texture level xoffset yoffset zoffset x y width height -- )
{
"glCopyTextureSubImage3D"
}
522
gl-function-pointer
\
void
{
GLuint
GLint
GLint
GLint
GLint
GLint
GLint
GLsizei
GLsizei
}
\
cdecl
alien-indirect
;