mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-16 10:50:28 +01:00
draw: fix input vs output typo in emit
This commit is contained in:
parent
48a24f0ff7
commit
a6fca8acb5
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ boolean aos_emit_outputs( struct aos_compilation *cp )
|
|||
{
|
||||
unsigned i;
|
||||
|
||||
for (i = 0; i < cp->vaos->base.vs->info.num_inputs; i++) {
|
||||
for (i = 0; i < cp->vaos->base.vs->info.num_outputs; i++) {
|
||||
unsigned format = cp->vaos->base.key.element[i].out.format;
|
||||
unsigned offset = cp->vaos->base.key.element[i].out.offset;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue