Handbook
Glossary
glCopyTexImage2D ( target level internalformat x y width height border -- )
Vocabulary
opengl
.
gl
Inputs
target
an
object
level
an
object
internalformat
an
object
x
an
object
y
an
object
width
an
object
height
an
object
border
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
opengl.gl.extensions
;
IN:
opengl.gl
:
glCopyTexImage2D
( target level internalformat x y width height border -- )
{
"glCopyTexImage2D"
}
300
gl-function-pointer
\
void
{
GLenum
GLint
GLenum
GLint
GLint
GLsizei
GLsizei
GLint
}
\
cdecl
alien-indirect
;