Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glGetTexImage ( target level format type pixels -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glGetTexImage
(
GLenum
target,
GLint
level,
GLenum
format,
GLenum
type,
GLvoid* pixels )
;
inline