X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=shaders%2Fmodel_gate.vs;h=ce70d5271cc2625b94323a96f098b5fbca4c792e;hb=be5e25dee2c54c2a22ca3bbb5bbe0eb6149343be;hp=edea94d1ce9a77330a12cbe353181ba2344853df;hpb=aa4c26eae2208872824e0eb5b71bc05c16d43242;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/shaders/model_gate.vs b/shaders/model_gate.vs index edea94d..ce70d52 100644 --- a/shaders/model_gate.vs +++ b/shaders/model_gate.vs @@ -1,9 +1,6 @@ layout (location=0) in vec3 a_co; layout (location=1) in vec3 a_norm; layout (location=2) in vec2 a_uv; -layout (location=3) in vec4 a_colour; -layout (location=4) in vec4 a_weights; -layout (location=5) in ivec4 a_groups; uniform mat4 uPv; uniform mat4x3 uMdl;