draw-texture-npatch ( texture nPatchInfo dest origin rotation tint -- )


Vocabulary
raylib

Inputs
texturea Texture2D
nPatchInfoa NPatchInfo
desta Rectangle
origina Vector2
rotationa float
tinta Color


Outputs
None

Word description
Draws a texture (or part of it) that stretches or shrinks nicely

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-texture-npatch void
DrawTextureNPatch
( Texture2D texture, NPatchInfo nPatchInfo, Rectangle dest,
Vector2 origin, float rotation, Color tint )