ソースを参照

Update raylib_api.* by CI

github-actions[bot] 11 ヶ月 前
コミット
f5328a9bb6

+ 0 - 19
parser/output/raylib_api.json

@@ -6815,25 +6815,6 @@
         }
       ]
     },
-    {
-      "name": "LoadImageSvg",
-      "description": "Load image from SVG file data or string with specified size",
-      "returnType": "Image",
-      "params": [
-        {
-          "type": "const char *",
-          "name": "fileNameOrString"
-        },
-        {
-          "type": "int",
-          "name": "width"
-        },
-        {
-          "type": "int",
-          "name": "height"
-        }
-      ]
-    },
     {
       "name": "LoadImageAnim",
       "description": "Load image sequence from file (frames appended to image.data)",

+ 0 - 10
parser/output/raylib_api.lua

@@ -5339,16 +5339,6 @@ return {
         {type = "int", name = "headerSize"}
       }
     },
-    {
-      name = "LoadImageSvg",
-      description = "Load image from SVG file data or string with specified size",
-      returnType = "Image",
-      params = {
-        {type = "const char *", name = "fileNameOrString"},
-        {type = "int", name = "width"},
-        {type = "int", name = "height"}
-      }
-    },
     {
       name = "LoadImageAnim",
       description = "Load image sequence from file (frames appended to image.data)",

ファイルの差分が大きいため隠しています
+ 131 - 138
parser/output/raylib_api.txt


+ 1 - 6
parser/output/raylib_api.xml

@@ -675,7 +675,7 @@
             <Param type="unsigned int" name="frames" desc="" />
         </Callback>
     </Callbacks>
-    <Functions count="578">
+    <Functions count="577">
         <Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
             <Param type="int" name="width" desc="" />
             <Param type="int" name="height" desc="" />
@@ -1699,11 +1699,6 @@
             <Param type="int" name="format" desc="" />
             <Param type="int" name="headerSize" desc="" />
         </Function>
-        <Function name="LoadImageSvg" retType="Image" paramCount="3" desc="Load image from SVG file data or string with specified size">
-            <Param type="const char *" name="fileNameOrString" desc="" />
-            <Param type="int" name="width" desc="" />
-            <Param type="int" name="height" desc="" />
-        </Function>
         <Function name="LoadImageAnim" retType="Image" paramCount="2" desc="Load image sequence from file (frames appended to image.data)">
             <Param type="const char *" name="fileName" desc="" />
             <Param type="int *" name="frames" desc="" />

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません