Set the attribute as used.

This commit is contained in:
Alan Hourihane 2008-06-04 21:25:08 +01:00
parent 2154cb4994
commit 25641d599f

View file

@ -262,6 +262,9 @@ _slang_resolve_attributes(struct gl_shader_program *shProg,
return GL_FALSE;
}
_mesa_add_attribute(shProg->Attributes, name, size, attr);
/* set the attribute as used */
usedAttributes |= 1<<attr;
}
inst->SrcReg[j].Index = VERT_ATTRIB_GENERIC0 + attr;