mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
better debug output
This commit is contained in:
parent
76a4fd098f
commit
4eafe69a2a
1 changed files with 5 additions and 1 deletions
|
|
@ -147,7 +147,11 @@ run_vertex_program(struct draw_context *draw,
|
|||
vOut[j]->data[0][3] = w;
|
||||
|
||||
#if DBG
|
||||
printf("output[%d]win: %f %f %f %f\n", x, y, z, w);
|
||||
printf("output[%d]win: %f %f %f %f\n", j,
|
||||
vOut[j]->data[0][0],
|
||||
vOut[j]->data[0][1],
|
||||
vOut[j]->data[0][2],
|
||||
vOut[j]->data[0][3]);
|
||||
#endif
|
||||
/* Remaining attributes are packed into sequential post-transform
|
||||
* vertex attrib slots.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue