summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorseanpringle <[email protected]>2020-09-27 18:29:05 +1000
committerGitHub <[email protected]>2020-09-27 10:29:05 +0200
commit4bcddc3b15b394b81cf4bd481ce9c600f6c6d5d8 (patch)
treec3697b028cb859d8003703de4bbd15d57f17f9d7 /examples/Makefile
parente90b4d8915d593ab57cedfe988da8fbbd18b4408 (diff)
downloadraylib-4bcddc3b15b394b81cf4bd481ce9c600f6c6d5d8.tar.gz
raylib-4bcddc3b15b394b81cf4bd481ce9c600f6c6d5d8.zip
[wip] rlDrawMeshInstanced (#1318)
* rlDrawMeshInstanced first attempt * rlDrawMeshInstanced OpenGL 3.3 and VAO checks * rlDrawMeshInstanced GetShaderAttribLocation; comments * example instanced shader * RLGL_STANDALONE RAYMATH_STANDALONE Vector4 * apply suggested naming changes; add instanced mesh example * remove orphan variables
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 6ca8b6cf..a218cf9e 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -488,7 +488,8 @@ SHADERS = \
shaders/shaders_basic_lighting \
shaders/shaders_fog \
shaders/shaders_simple_mask \
- shaders/shaders_spotlight
+ shaders/shaders_spotlight \
+ shaders/shaders_rlgl_mesh_instanced
AUDIO = \
audio/audio_module_playing \