From daceda83dbf0d1c138c72ae065e2138101ee4352 Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:37:53 +0100 Subject: [PATCH] ShaderLocationIndex enum extended --- Raylib-cs/types/Shader.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Raylib-cs/types/Shader.cs b/Raylib-cs/types/Shader.cs index 6b90cfa..3b82342 100644 --- a/Raylib-cs/types/Shader.cs +++ b/Raylib-cs/types/Shader.cs @@ -33,6 +33,9 @@ public enum ShaderLocationIndex MapIrradiance, MapPrefilter, MapBrdf, + VertexBoneIds, + VertexBoneWeights, + BoneMatrices, MapDiffuse = MapAlbedo, MapSpecular = MapMetalness,