Handbook
Glossary
glTexImage2D ( target level internalFormat width height border format type pixels -- )
Vocabulary
opengl
.
gl
Inputs
target
an
object
level
an
object
internalFormat
an
object
width
an
object
height
an
object
border
an
object
format
an
object
type
an
object
pixels
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glTexImage2D
(
GLenum
target,
GLint
level,
GLint
internalFormat,
GLsizei
width,
GLsizei
height,
GLint
border,
GLenum
format,
GLenum
type, GLvoid* pixels )