Adding basic palette-switching example using uniform arrays.

This commit is contained in:
Marco Lizza 2019-01-09 16:20:56 +01:00
parent 73597332b6
commit 0fe56b1674
6 changed files with 248 additions and 0 deletions

View file

@ -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 \