Skip to content

turnip: use vk_buffer and vk_descriptor_set_layout

Chia-I Wu requested to merge olv/mesa:tu-runtime into main

As I was learning the code base, I converted tu_buffer and tu_descriptor_set_layout to be based on the runtime object types.

I don't think we gain much from this MR. Do we want this kind of changes? Should I convert more as I run into them?

Merge request reports