mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
cell: fix build: s/dest/vertex/
This commit is contained in:
parent
f1bef2cba2
commit
b4d050ffcc
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ cell_vertex_shader_queue_flush(struct draw_context *draw)
|
||||||
|
|
||||||
for (j = 0; j < n; j++) {
|
for (j = 0; j < n; j++) {
|
||||||
vs->elts[j] = draw->vs.queue[i + j].elt;
|
vs->elts[j] = draw->vs.queue[i + j].elt;
|
||||||
vs->vOut[j] = (uintptr_t) draw->vs.queue[i + j].dest;
|
vs->vOut[j] = (uintptr_t) draw->vs.queue[i + j].vertex;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (/* empty */; j < SPU_VERTS_PER_BATCH; j++) {
|
for (/* empty */; j < SPU_VERTS_PER_BATCH; j++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue