Handbook
Glossary
glTexImage1D ( target level internalFormat width border format type pixels -- )
Vocabulary
opengl
.
gl
Inputs
target
an
object
level
an
object
internalFormat
an
object
width
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
glTexImage1D
(
GLenum
target,
GLint
level,
GLint
internalFormat,
GLsizei
width,
GLint
border,
GLenum
format,
GLenum
type, GLvoid*
pixels )