mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 04:59:17 -05:00
[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
This commit is contained in:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user