summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorMarco Lizza <[email protected]>2019-01-09 16:20:56 +0100
committerMarco Lizza <[email protected]>2019-01-09 16:20:56 +0100
commit0fe56b1674c99aa75c0dd6f45d77cbff80cf218c (patch)
tree40fa6a2c2c7bfbdbdac8ee98da4e752dee2779f7 /examples/Makefile
parent73597332b6fb1fb934c703c32f287bde1f5b3292 (diff)
downloadraylib-0fe56b1674c99aa75c0dd6f45d77cbff80cf218c.tar.gz
raylib-0fe56b1674c99aa75c0dd6f45d77cbff80cf218c.zip
Adding basic palette-switching example using uniform arrays.
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index deeadb75..b652482f 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -420,6 +420,7 @@ EXAMPLES = \
shaders/shaders_custom_uniform \
shaders/shaders_postprocessing \
shaders/shaders_raymarching \
+ shaders/shaders_palette_switch \
audio/audio_sound_loading \
audio/audio_music_stream \
audio/audio_module_playing \