draw-texture-pro ( texture source dest origin rotation tint -- )


Vocabulary
raylib

Inputs
texturea Texture2D
sourcea Rectangle
desta Rectangle
origina Vector2
rotationa float
tinta Color


Outputs
None

Word description
Draw a part of a texture defined by a rectangle with 'pro' parameters

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-texture-pro void
DrawTexturePro
( Texture2D texture, Rectangle source, Rectangle dest,
Vector2 origin, float rotation, Color tint )