Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glCopyTexImage1D ( target level internalformat x y width border -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glCopyTexImage1D
(
GLenum
target,
GLint
level,
GLenum
internalformat,
GLint
x,
GLint
y,
GLsizei
width,
GLint
border )
;
inline