Handbook
Glossary
draw-point* ( x y -- )
Vocabulary
processing
.
shapes
Inputs
x
an
object
y
an
object
Outputs
None
Definition
USING:
opengl.demo-support
opengl.gl
;
IN:
processing.shapes
:
draw-point*
( x y -- )
stroke-mode
GL_POINTS
[
glVertex2d
]
do-state
;