Handbook
Glossary
gl3-reshape ( width height -- )
Vocabulary
ui
.
render
Inputs
width
an
object
height
an
object
Outputs
None
Definition
USING:
arrays
kernel
namespaces
;
IN:
ui.render
:
gl3-reshape
( width height -- )
2dup
2array
current-projection-dim
set-global
set-gl3-projection
reset-gl3-modelview
;