mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 09:40:40 +02:00
parent
5c2f6a3e9f
commit
0ad541a684
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ dst_register( struct st_translate *t,
|
|||
return t->temps[index];
|
||||
|
||||
case PROGRAM_OUTPUT:
|
||||
if (index == t->psizoutindex)
|
||||
if (index == VERT_RESULT_PSIZ)
|
||||
t->prevInstWrotePsiz = GL_TRUE;
|
||||
return t->outputs[t->outputMapping[index]];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue