Handbook
Glossary
glDrawRangeElements ( mode start end count type indices -- )
Vocabulary
opengl
.
gl
Inputs
mode
an
object
start
an
object
end
an
object
count
an
object
type
an
object
indices
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
alien.syntax
opengl.gl.extensions
;
IN:
opengl.gl
:
glDrawRangeElements
( mode start end count type indices -- )
{
"glDrawRangeElements"
"glDrawRangeElementsEXT"
}
2
gl-function-pointer
\
void
{
GLenum
GLuint
GLuint
GLsizei
GLenum
pointer:
GLvoid
}
\
cdecl
alien-indirect
;