diff options
| author | Marco Lizza <[email protected]> | 2019-01-09 16:20:56 +0100 |
|---|---|---|
| committer | Marco Lizza <[email protected]> | 2019-01-09 16:20:56 +0100 |
| commit | 0fe56b1674c99aa75c0dd6f45d77cbff80cf218c (patch) | |
| tree | 40fa6a2c2c7bfbdbdac8ee98da4e752dee2779f7 /examples/Makefile | |
| parent | 73597332b6fb1fb934c703c32f287bde1f5b3292 (diff) | |
| download | raylib-0fe56b1674c99aa75c0dd6f45d77cbff80cf218c.tar.gz raylib-0fe56b1674c99aa75c0dd6f45d77cbff80cf218c.zip | |
Adding basic palette-switching example using uniform arrays.
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 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 \ |
