Skip to content

zink: texture rectangle correctness

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

Vulkan doesn't support SpvDimRect. But we don't need to pass this at all, as we already mark the sampler as un-normalized.

Merge request reports