Handbook
Glossary
glDrawElements ( mode count type indices -- )
Vocabulary
opengl
.
gl
Inputs
mode
an
object
count
an
object
type
an
object
indices
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glDrawElements
(
GLenum
mode,
GLsizei
count,
GLenum
type, GLvoid* indices )