Skip to content

zink: reject invalid sample-counts

Erik Faye-Lund requested to merge kusma/mesa:zink-verify_sampler_mask into master

Vulkan only allows power-of-two sample counts. We already kinda checked for this, but forgot to validate the result in the end. Let's check the result and error properly.

Merge request reports