Handbook
Glossary
draw-texture ( texture posX posY tint -- )
Vocabulary
raylib
Inputs
texture
a
Texture2D
posX
an
int
posY
an
int
tint
a
Color
Outputs
None
Word description
Draw a Texture2D
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-texture
void
DrawTexture
(
Texture2D
texture,
int
posX,
int
posY,
Color
tint )