Handbook
Glossary
glTexImage3D ( target level internalFormat width height depth border format type pixels -- )
Vocabulary
opengl
.
gl
Inputs
target
an
object
level
an
object
internalFormat
an
object
width
an
object
height
an
object
depth
an
object
border
an
object
format
an
object
type
an
object
pixels
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
alien.syntax
opengl.gl.extensions
;
IN:
opengl.gl
:
glTexImage3D
( target level internalFormat width height depth border format type pixels -- )
{
"glTexImage3D"
"glTexImage3DEXT"
}
3
gl-function-pointer
\
void
{
GLenum
GLint
GLint
GLsizei
GLsizei
GLsizei
GLint
GLenum
GLenum
pointer:
GLvoid
}
\
cdecl
alien-indirect
;