diff --git a/Raylib-cs/types/Shader.cs b/Raylib-cs/types/Shader.cs index 3b82342..eb32614 100644 --- a/Raylib-cs/types/Shader.cs +++ b/Raylib-cs/types/Shader.cs @@ -65,6 +65,10 @@ public enum ShaderUniformDataType IVec2, IVec3, IVec4, + UInt, + UIVec2, + UIVec3, + UIVec4, Sampler2D }