diff options
| author | Karim <[email protected]> | 2023-11-18 14:05:45 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-18 20:05:45 +0100 |
| commit | 21469e92b0a886de8b384b7ffadc5c1c73cff913 (patch) | |
| tree | 711cb5f9f103a53cb712ce3460a4698d159d1824 /examples/Makefile | |
| parent | e41a0c9721a38c81a1499ae499b746bd05f9de2e (diff) | |
| download | raylib-21469e92b0a886de8b384b7ffadc5c1c73cff913.tar.gz raylib-21469e92b0a886de8b384b7ffadc5c1c73cff913.zip | |
Image convolution function ImageKernelConvolution (#3528)
* Added image convultion ImageKernelConvolution
* comment changes
* spelling changes and change to kernel size
* removed kernel normalization inside function
* fix to formating
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 5cd8e6bb..11669e3a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -490,6 +490,7 @@ TEXTURES = \ textures/textures_gif_player \ textures/textures_image_drawing \ textures/textures_image_generation \ + textures/textures_image_kernel \ textures/textures_image_loading \ textures/textures_image_processing \ textures/textures_image_rotate \ |
