Handbook
Glossary
draw-texture-ex ( texture position rotation scale tint -- )
Vocabulary
raylib
Inputs
texture
a
Texture2D
position
a
Vector2
rotation
a
float
scale
a
float
tint
a
Color
Outputs
None
Word description
Draw a Texture2D with extended parameters
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-texture-ex
void
DrawTextureEx
(
Texture2D
texture,
Vector2
position,
float
rotation,
float
scale,
Color
tint )