X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=shaderlib%2Fmsp_interface.glsl;fp=shaderlib%2Fmsp_interface.glsl;h=860b0c794d23a4b6edd0bd61859f8e2f1dfd82ae;hb=07a69fb2c913d489510e384599ae63ed9e045c60;hp=959f9ba55b31742662bbd088c4a11c80df5165fd;hpb=e92de029768eef5f0fd744329e589161b46d0762;p=libs%2Fgl.git diff --git a/shaderlib/msp_interface.glsl b/shaderlib/msp_interface.glsl index 959f9ba5..860b0c79 100644 --- a/shaderlib/msp_interface.glsl +++ b/shaderlib/msp_interface.glsl @@ -43,7 +43,7 @@ layout(location=0) in vec4 vertex; layout(location=1) in vec4 color; layout(location=2) in vec3 normal; layout(location=3) in vec3 tangent; -layout(location=4) in vec4 group; +layout(location=4) in ivec4 group; layout(location=5) in vec4 weight; layout(location=6) in vec4 texcoord; layout(location=7) in vec4 texcoord1;