Handbook
Glossary
debug-text-uniform-variables ( string color -- image uniforms )
Vocabulary
game
.
debug
.
private
Inputs
string
an
object
color
an
object
Outputs
image
an
object
uniforms
an
object
Definition
USING:
kernel
specialized-arrays.instances.alien.c-types.float
;
IN:
game.debug.private
:
debug-text-uniform-variables
( string color -- image uniforms )
text>image
dup
image>texture
float-array{
0.0 0.0 0.0
}
debug-text-uniforms
boa
swap
;