Browse Source

Update raylib_api.* by CI

pull/4377/head
github-actions[bot] 1 week ago
parent
commit
f5328a9bb6
4 changed files with 307 additions and 348 deletions
  1. +0
    -19
      parser/output/raylib_api.json
  2. +0
    -10
      parser/output/raylib_api.lua
  3. +306
    -313
      parser/output/raylib_api.txt
  4. +1
    -6
      parser/output/raylib_api.xml

+ 0
- 19
parser/output/raylib_api.json View File

@ -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 View File

@ -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)",

+ 306
- 313
parser/output/raylib_api.txt
File diff suppressed because it is too large
View File


+ 1
- 6
parser/output/raylib_api.xml View File

@ -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="" />

Loading…
Cancel
Save