Handbook
Glossary
gl3-points* ( points -- )
Vocabulary
ui
.
render
Inputs
points
an
object
Outputs
None
Definition
USING:
opengl.gl
sequences
;
IN:
ui.render
::
gl3-points*
( points -- )
points
make-position-vertices
upload-vertices
GL_POINTS
0 points
length
glDrawArrays
;