X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=shaders%2Fplaneinf.h;fp=shaders%2Fplaneinf.h;h=a0272a8d9c837c7121b18c0c2188ff554146e9ce;hb=d045af680c6b8ca267a7aded69e2e510e659d2ab;hp=1054aa4541d76b54456c4cfe5c9755e9dde7d9d4;hpb=55b17b4ef5e56ee515656960609843d5365b4d93;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/shaders/planeinf.h b/shaders/planeinf.h index 1054aa4..a0272a8 100644 --- a/shaders/planeinf.h +++ b/shaders/planeinf.h @@ -11,8 +11,10 @@ static struct vg_shader _shader_planeinf = { .static_src = "layout (location=0) in vec3 a_co;\n" "layout (location=1) in vec3 a_norm;\n" -"layout (location=2) in vec4 a_colour;\n" -"layout (location=3) in vec2 a_uv;\n" +"layout (location=2) in vec2 a_uv;\n" +"layout (location=3) in vec4 a_colour;\n" +"layout (location=4) in vec4 a_weights;\n" +"layout (location=5) in ivec4 a_groups;\n" "\n" "#line 2 0 \n" "\n"