Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glDrawElements ( mode count type indices -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glDrawElements
(
GLenum
mode,
GLsizei
count,
GLenum
type, GLvoid* indices
)
;
inline