[examples] Added shaders_color_correction (#5307)

* [examples] Added `shaders_color_correction`

* Add _CRT_SECURE_NO_WARNINGS to VS Project

* Added to makefiles
This commit is contained in:
JordSant
2025-10-26 18:24:19 +01:00
committed by GitHub
parent 0fbc4272d0
commit 70f4911698
16 changed files with 6619 additions and 3 deletions

View File

@ -655,6 +655,7 @@ SHADERS = \
shaders/shaders_ascii_rendering \
shaders/shaders_basic_lighting \
shaders/shaders_basic_pbr \
shaders/shaders_color_correction \
shaders/shaders_custom_uniform \
shaders/shaders_deferred_rendering \
shaders/shaders_depth_rendering \