Handbook
Glossary
gl3-draw-texture ( loc dim texture-id flipped? -- )
Vocabulary
ui
.
render
Inputs
loc
an
object
dim
an
object
texture-id
an
object
flipped?
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
ui.render
::
gl3-draw-texture
( loc dim texture-id flipped? -- )
flipped?
[
loc dim
make-textured-quad-vertices-flipped
]
[
loc dim
make-textured-quad-vertices
]
if
texture-id
gl3-draw-texture-vertices
;