draw-texture-ex ( texture position rotation scale tint -- )


Vocabulary
raylib

Inputs
texturea Texture2D
positiona Vector2
rotationa float
scalea float
tinta Color


Outputs
None

Word description
Draw a Texture2D with extended parameters

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-texture-ex void
DrawTextureEx
( Texture2D texture, Vector2 position, float rotation, float
scale, Color tint )