Handbook
Glossary
clear-screen ( color -- )
Vocabulary
game
.
debug
.
tests
Inputs
color
an
object
Outputs
None
Definition
USING:
gpu.framebuffers
;
IN:
game.debug.tests
::
clear-screen
( color -- )
system-framebuffer
{
{
default-attachment
color
}
}
clear-framebuffer
;