Set the attribute as used.

cherry-picked from gallium-0.1
This commit is contained in:
Brian Paul 2008-06-04 14:41:33 -06:00
parent 871125a68d
commit 028fd5594c
1 changed files with 3 additions and 0 deletions

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;