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

@ -5617,11 +5617,11 @@ return {
},
{
name = "ImageKernelConvolution",
description = "Apply Custom Square image convolution kernel",
description = "Apply custom square convolution kernel to image",
returnType = "void",
params = {
{type = "Image *", name = "image"},
{type = "float *", name = "kernel"},
{type = "const float *", name = "kernel"},
{type = "int", name = "kernelSize"}
}
},