Handbook
Glossary
draw-texture-pro ( texture source dest origin rotation tint -- )
Vocabulary
raylib
Inputs
texture
a
Texture2D
source
a
Rectangle
dest
a
Rectangle
origin
a
Vector2
rotation
a
float
tint
a
Color
Outputs
None
Word description
Draw a part of a texture defined by a rectangle with 'pro' parameters
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-texture-pro
void
DrawTexturePro
(
Texture2D
texture,
Rectangle
source,
Rectangle
dest,
Vector2
origin,
float
rotation,
Color
tint )