Handbook
Glossary
glDrawPixels ( width height format type pixels -- )
Vocabulary
opengl
.
gl
Inputs
width
an
object
height
an
object
format
an
object
type
an
object
pixels
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
alien.syntax
opengl.gl.extensions
;
IN:
opengl.gl
:
glDrawPixels
( width height format type pixels -- )
{
"glDrawPixels"
}
259
gl-function-pointer
\
void
{
GLsizei
GLsizei
GLenum
GLenum
pointer:
GLvoid
}
\
cdecl
alien-indirect
;