summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.json
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-24 16:42:01 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-24 16:42:01 +0000
commitec95ee85a386db29f059b9738cd5ec9329f1661e (patch)
tree6282c39eab20c2375797f12b36fcd87cd937ad42 /parser/output/raylib_api.json
parent385e60dd41d49d56ac1bf44b68549070d108e941 (diff)
downloadraylib-ec95ee85a386db29f059b9738cd5ec9329f1661e.tar.gz
raylib-ec95ee85a386db29f059b9738cd5ec9329f1661e.zip
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.json')
-rw-r--r--parser/output/raylib_api.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json
index a75b94ed..2baa6c3f 100644
--- a/parser/output/raylib_api.json
+++ b/parser/output/raylib_api.json
@@ -7351,7 +7351,7 @@
},
{
"name": "ImageKernelConvolution",
- "description": "Apply Custom Square image convolution kernel",
+ "description": "Apply custom square convolution kernel to image",
"returnType": "void",
"params": [
{
@@ -7359,7 +7359,7 @@
"name": "image"
},
{
- "type": "float *",
+ "type": "const float *",
"name": "kernel"
},
{