Handbook
Glossary
F ( -- )
Interactive debugging of OpenGL applications
Prev:
G ( -- )
Next:
gl-break ( -- )
Vocabulary
opengl
.
debug
Word description
Flushes the OpenGL context associated with
G-world
, thereby committing any outstanding drawing operations.
See also
G
,
G-world
,
GB
,
gl-break
Definition
USING:
accessors
namespaces
ui.backend
;
IN:
opengl.debug
:
F
( -- )
G-world
get
handle>>
flush-gl-context
;