Handbook
Glossary
draw-debug-lines ( lines: float-array mvp-matrix -- )
Vocabulary
game
.
debug
Inputs
lines
a
float-array
mvp-matrix
an
object
Outputs
None
Definition
USING:
destructors
game.debug.private
gpu.render
kernel
typed
;
IN:
game.debug
TYPED:
draw-debug-lines
( lines: float-array mvp-matrix -- )
[
lines-mode
-rot
draw-debug-primitives
]
with-destructors
;
inline