mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 11:58:13 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -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"}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user