draw-texture ( texture posX posY tint -- )


Vocabulary
raylib

Inputs
texturea Texture2D
posXan int
posYan int
tinta Color


Outputs
None

Word description
Draw a Texture2D

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-texture void
DrawTexture
( Texture2D texture, int posX, int posY, Color tint )