Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glTexImage3D ( target level internalFormat width height depth border format type pixels -- )
Vocabulary
opengl.gl
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 -- )
{
"glTexImage3DEXT"
"glTexImage3D"
}
2
gl-function-pointer
\
void
{
GLenum
GLint
GLint
GLsizei
GLsizei
GLsizei
GLint
GLenum
GLenum
pointer:
GLvoid
}
\
cdecl
alien-indirect
;