Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-06-24 16:42:01 +00:00
parent 385e60dd41
commit ec95ee85a3
4 changed files with 8 additions and 8 deletions

View File

@ -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"
},
{