Handbook
Glossary
flush-gpu ( -- )
GPU-accelerated rendering
ยป
Graphics context management
Prev:
init-gpu ( -- )
Next:
finish-gpu ( -- )
Vocabulary
gpu
Word description
Forces the execution of all outstanding GPU commands in the current graphics context.
Notes
flush-gpu
does not wait for execution to finish. For that, use
finish-gpu
.
See also
finish-gpu
Definition
USING:
opengl.gl
;
IN:
gpu
:
flush-gpu
( -- )
glFlush
;