From 72553d1efeac0f3e7d03c6ff39085a9828785813 Mon Sep 17 00:00:00 2001 From: Wade Mealing Date: Fri, 18 Jul 2025 14:28:21 +1000 Subject: [PATCH] Update api.txt to support - DrawTextureNPatch I believe this was fixed in the PR: - https://github.com/janet-lang/jaylib/pull/58 --- api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.txt b/api.txt index 9dbbbf6..d96e84b 100644 --- a/api.txt +++ b/api.txt @@ -269,7 +269,7 @@ [x] void DrawTextureRec(Texture2D texture, Rectangle sourceRec, Vector2 position, Color tint) [x] void DrawTextureQuad(Texture2D texture, Vector2 tiling, Vector2 offset, Rectangle quad, Color tint) [x] void DrawTexturePro(Texture2D texture, Rectangle sourceRec, Rectangle destRec, Vector2 origin, float rotation, Color tint) -[ ] void DrawTextureNPatch(Texture2D texture, NPatchInfo nPatchInfo, Rectangle destRec, Vector2 origin, float rotation, Color tint) +[x] void DrawTextureNPatch(Texture2D texture, NPatchInfo nPatchInfo, Rectangle destRec, Vector2 origin, float rotation, Color tint) // Font loading/unloading functions [x] Font GetFontDefault(void)