Handbook
Glossary
set-texture-projection ( width height -- )
Vocabulary
ui
.
render
Inputs
width
an
object
height
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
ui.render
:
set-texture-projection
( width height -- )
make-2d-ortho
gl3-state>
tex-projection-loc>>
swap
upload-matrix
;