~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/mesa/state_tracker/st_draw_feedback.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
                                          PIPE_MAP_READ, &ib_transfer);
178
178
      }
179
179
 
180
 
      draw_set_indexes(draw, (ubyte *)mapped_indices, info->index_size, ~0);
 
180
      draw_set_indexes(draw, (uint8_t *)mapped_indices, info->index_size, ~0);
181
181
   }
182
182
 
183
183
   /* set constant buffer 0 */