Handbook
Glossary
gl-draw-lines-legacy ( vertices n -- )
Vocabulary
opengl
Inputs
vertices
an
object
n
an
object
Outputs
None
Definition
USING:
kernel
opengl.gl
;
IN:
opengl
:
gl-draw-lines-legacy
( vertices n -- )
[
gl-vertex-pointer
GL_LINES
0
]
dip
glDrawArrays
;