glBegin ( mode -- )


Vocabulary
opengl.gl

Inputs and outputs
modeOne of the OpenGL geometric primitives


Definition
USING: alien.c-types alien.syntax ;

IN: opengl.gl

LIBRARY: gl FUNCTION: void glBegin ( GLenum mode ) ; inline