Handbook
Glossary
glBitmap ( width height xorig yorig xmove ymove bitmap -- )
Vocabulary
opengl
.
gl
Inputs
width
an
object
height
an
object
xorig
an
object
yorig
an
object
xmove
an
object
ymove
an
object
bitmap
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glBitmap
(
GLsizei
width,
GLsizei
height,
GLfloat
xorig,
GLfloat
yorig,
GLfloat
xmove,
GLfloat
ymove, GLubyte* bitmap )