Skip to content

turnip: Fix assertions on checking mutable combined samplers support.

Emma Anholt requested to merge anholt/mesa:tu-mutable-descriptors-fix into main

We would determine that it was unsupported, then ask for the size and triggered the assertion checking that we never ask for the size of a combined sampler.

Fixes: ee3495e4 ("turnip: Add support for VK_VALVE_mutable_descriptor_type")

based on !12069 (merged)

Merge request reports