draw-texture-rec ( texture source position tint -- )


Vocabulary
raylib

Inputs
texturea Texture2D
sourcea Rectangle
positiona Vector2
tinta Color


Outputs
None

Word description
Draw a part of a texture defined by a rectangle

Definition