Update raylib_api.* by CI
This commit is contained in:
parent
385e60dd41
commit
ec95ee85a3
4 changed files with 8 additions and 8 deletions
|
@ -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"}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue