Handbook
Glossary
with-gl3-translation ( loc quot -- )
Vocabulary
ui
.
render
Inputs
loc
an
object
quot
an
object
Outputs
None
Definition
USING:
continuations
kernel
sequences
;
IN:
ui.render
:
with-gl3-translation
( loc quot -- )
gl3-push-matrix
[
first2
gl3-translate
]
dip
[
call
]
[
gl3-pop-matrix
]
finally
;
inline