Handbook
Glossary
glDrawArrays ( mode first count -- )
Vocabulary
opengl
.
gl
Inputs
mode
an
object
first
an
object
count
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glDrawArrays
(
GLenum
mode,
GLint
first,
GLsizei
count )