From c48de2d1afdeefa99c5ad7760ffe8873993c841c Mon Sep 17 00:00:00 2001 From: gtrxAC <59177874+gtrxAC@users.noreply.github.com> Date: Tue, 22 Nov 2022 19:16:44 +0200 Subject: [PATCH] Rename lighting_instanced shader (glsl100) to lighting_instancing (#2805) * JSON parser: Use array for function params (#2255) * Parser: follow C convention of type before name * Update file names in build scripts * Rename lighting_instanced shader to instancing --- .../glsl100/{lighting_instanced.vs => lighting_instancing.vs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/shaders/resources/shaders/glsl100/{lighting_instanced.vs => lighting_instancing.vs} (100%) diff --git a/examples/shaders/resources/shaders/glsl100/lighting_instanced.vs b/examples/shaders/resources/shaders/glsl100/lighting_instancing.vs similarity index 100% rename from examples/shaders/resources/shaders/glsl100/lighting_instanced.vs rename to examples/shaders/resources/shaders/glsl100/lighting_instancing.vs