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