mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user