diff options
| author | Ray <[email protected]> | 2024-06-16 10:42:02 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-06-16 10:42:02 +0200 |
| commit | 04735fa9bb0b1de1027e1b502e046c9cb161c096 (patch) | |
| tree | 9dac34b7b3124dcd5d317fda80d7b873933894c0 /parser/output/raylib_api.txt | |
| parent | 715633e0de101cb1a2b7b322455e4eab047f5f15 (diff) | |
| parent | 32c98717b159c3b34ab1e22a6bf99a8d70b4a9e7 (diff) | |
| download | raylib-04735fa9bb0b1de1027e1b502e046c9cb161c096.tar.gz raylib-04735fa9bb0b1de1027e1b502e046c9cb161c096.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'parser/output/raylib_api.txt')
| -rw-r--r-- | parser/output/raylib_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index 2a33a995..ffcea161 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -2842,7 +2842,7 @@ Function 304: ImageKernelConvolution() (3 input parameters) Return type: void Description: Apply Custom Square image convolution kernel Param[1]: image (type: Image *) - Param[2]: kernel (type: float*) + Param[2]: kernel (type: float *) Param[3]: kernelSize (type: int) Function 305: ImageResize() (3 input parameters) Name: ImageResize |
