From adf0c6486480d601f7e20272ac43abe19233997d Mon Sep 17 00:00:00 2001 From: Marco Lizza Date: Wed, 9 Jan 2019 16:08:10 +0100 Subject: Fixing typo in examples makefile, preventing build. --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 53e8555d..deeadb75 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 \ -- cgit v1.2.3 From 0fe56b1674c99aa75c0dd6f45d77cbff80cf218c Mon Sep 17 00:00:00 2001 From: Marco Lizza Date: Wed, 9 Jan 2019 16:20:56 +0100 Subject: Adding basic palette-switching example using uniform arrays. --- examples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/Makefile') 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 \ -- cgit v1.2.3