Handbook
Glossary
glColorPointer ( size type stride ptr -- )
Vocabulary
opengl
.
gl
Inputs
size
an
object
type
an
object
stride
an
object
ptr
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glColorPointer
(
GLint
size,
GLenum
type,
GLsizei
stride, GLvoid* ptr )