Skip to content

aux/indices: use stdint.h types

Erik Faye-Lund requested to merge kusma/mesa:indices-stdint-h into main

What does this MR do and why?

These generated sources uses older, less portable types such as ubyte, ushort and uint. But we have stdint.h everywhere now, so let's use those types instead.

To stay consistent, let's talk about UINT8 etc instead of UBYTE for the entirety of the u_indices infrastructure.

Merge request reports