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

@ -1842,9 +1842,9 @@
<Param type="Image *" name="image" desc="" />
<Param type="int" name="blurSize" desc="" />
</Function>
<Function name="ImageKernelConvolution" retType="void" paramCount="3" desc="Apply Custom Square image convolution kernel">
<Function name="ImageKernelConvolution" retType="void" paramCount="3" desc="Apply custom square convolution kernel to image">
<Param type="Image *" name="image" desc="" />
<Param type="float *" name="kernel" desc="" />
<Param type="const float *" name="kernel" desc="" />
<Param type="int" name="kernelSize" desc="" />
</Function>
<Function name="ImageResize" retType="void" paramCount="3" desc="Resize image (Bicubic scaling algorithm)">