diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-06-16 08:23:57 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-06-16 08:23:57 +0000 |
| commit | 32c98717b159c3b34ab1e22a6bf99a8d70b4a9e7 (patch) | |
| tree | 6182df0c3e2f532d80096b10dd1f5ec84d43ff59 | |
| parent | 4119b6dd660544bff9f6431fa04f162eacb612a3 (diff) | |
| download | raylib-32c98717b159c3b34ab1e22a6bf99a8d70b4a9e7.tar.gz raylib-32c98717b159c3b34ab1e22a6bf99a8d70b4a9e7.zip | |
Update raylib_api.* by CI
| -rw-r--r-- | parser/output/raylib_api.json | 2 | ||||
| -rw-r--r-- | parser/output/raylib_api.lua | 2 | ||||
| -rw-r--r-- | parser/output/raylib_api.txt | 2 | ||||
| -rw-r--r-- | parser/output/raylib_api.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index 1a38c03a..ad49b64a 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -7359,7 +7359,7 @@ "name": "image" }, { - "type": "float*", + "type": "float *", "name": "kernel" }, { diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index 3dec7f37..2918b934 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -5621,7 +5621,7 @@ return { returnType = "void", params = { {type = "Image *", name = "image"}, - {type = "float*", name = "kernel"}, + {type = "float *", name = "kernel"}, {type = "int", name = "kernelSize"} } }, diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index 2a33a995..ffcea161 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -2842,7 +2842,7 @@ Function 304: ImageKernelConvolution() (3 input parameters) Return type: void Description: Apply Custom Square image convolution kernel Param[1]: image (type: Image *) - Param[2]: kernel (type: float*) + Param[2]: kernel (type: float *) Param[3]: kernelSize (type: int) Function 305: ImageResize() (3 input parameters) Name: ImageResize diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index 130f22f7..58f7df80 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -1844,7 +1844,7 @@ </Function> <Function name="ImageKernelConvolution" retType="void" paramCount="3" desc="Apply Custom Square image convolution kernel"> <Param type="Image *" name="image" desc="" /> - <Param type="float*" name="kernel" desc="" /> + <Param type="float *" name="kernel" desc="" /> <Param type="int" name="kernelSize" desc="" /> </Function> <Function name="ImageResize" retType="void" paramCount="3" desc="Resize image (Bicubic scaling algorithm)"> |
