summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2023-12-19 02:02:26 +0200
committerjussi2023-12-19 02:02:26 +0200
commit9884c544bb2e9870bbda9607685bd478c9f3fda0 (patch)
treee77d4a39e7d5d9bbe38b5b08606d23639ea7f875 /API.md
parent917ce853fcfb212e2343b6b2dac816b14ee50e46 (diff)
downloadreilua-enhanced-9884c544bb2e9870bbda9607685bd478c9f3fda0.tar.gz
reilua-enhanced-9884c544bb2e9870bbda9607685bd478c9f3fda0.tar.bz2
reilua-enhanced-9884c544bb2e9870bbda9607685bd478c9f3fda0.zip
DrawTextureNPatchRepeat.
Diffstat (limited to 'API.md')
-rw-r--r--API.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/API.md b/API.md
index 858c637..efa464a 100644
--- a/API.md
+++ b/API.md
@@ -6125,6 +6125,12 @@ Draws a texture (or part of it) that stretches or shrinks nicely
---
+> RL.DrawTextureNPatchRepeat( Texture texture, NPatchInfo nPatchInfo, Rectangle dest, Vector2 origin, float rotation, Color tint )
+
+Draws a texture (or part of it) that repeats nicely
+
+---
+
## Textures - RenderTexture configuration functions
---
@@ -6554,7 +6560,7 @@ Draw a plane XZ
> RL.DrawQuad3DTexture( Texture texture, Vector3{} vertices, Vector2{} texCoords, Color{} colors )
-Draw 3D textured quad. (Texture coordinates opengl style 0.0 - 1.0).
+Draw 3D textured quad. (Texture coordinates opengl style 0.0 - 1.0)
---