aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-01-09 17:01:59 +0100
committerGitHub <noreply@github.com>2019-01-09 17:01:59 +0100
commit35bcbd1b603f77d9686e24f04a72d9300a7b338d (patch)
treee459baa3c2e966c5717821625632865216d34d4e /examples/Makefile
parentdf54e73b21bbdbf27bbf8c7ee9841a8a7af11375 (diff)
parent0c5bee4c9addc20b8b3c443820764854c63f76d7 (diff)
downloadraylib-35bcbd1b603f77d9686e24f04a72d9300a7b338d.tar.gz
raylib-35bcbd1b603f77d9686e24f04a72d9300a7b338d.zip
Merge pull request #718 from MarcoLizza/shaders-uniforms-array
Shaders uniforms array
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 976cfbc1..e14762b3 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -407,7 +407,7 @@ EXAMPLES = \
models/models_box_collisions \
models/models_billboard \
models/models_obj_loading \
- models/models_obj_viewing \
+ models/models_obj_viewer \
models/models_heightmap \
models/models_cubicmap \
models/models_mesh_picking \
@@ -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 \