Skip to content

gallium: make pipe_draw_start_count_bias fields compatible with VkMultiDrawInfoEXT

Corentin Noël requested to merge tintou/mesa:tintou/draw_start_count into main

What does this MR do and why?

gallium: make pipe_draw_start_count_bias fields compatible with VkMultiDrawInfoEXT

Use more specific types than unsigned. Allows it to be casted directly.

Merge request reports