gallium: added comment

This commit is contained in:
Brian Paul
2008-08-11 15:05:27 -06:00
parent e552140a9a
commit a0a6144809

View File

@@ -187,6 +187,12 @@ st_translate_vertex_program(struct st_context *st,
if (stvp->Base.Base.OutputsWritten & (1 << attr)) {
GLuint slot;
/* XXX
* Pass in the fragment program's input's semantic info.
* Use the generic semantic indexes from there, instead of
* guessing below.
*/
if (outputMapping) {
slot = outputMapping[attr];
assert(slot != ~0);