Handbook
Glossary
gl3-clear ( color -- )
Vocabulary
ui
.
render
Inputs
color
an
object
Outputs
None
Definition
USING:
colors
opengl.gl
;
IN:
ui.render
:
gl3-clear
( color -- )
>rgba-components
glClearColor
GL_COLOR_BUFFER_BIT
glClear
;