Skip to content

microsoft/spirv_to_dxil: Lower cube images to 2Darray images

Erik Faye-Lund requested to merge kusma/mesa:dzn-more-vk-tests into main

textureLoad() doesn't work on cube textures. We need to lower cube images to 2D arrays.

With this, we pass all the binding_model tests, so let's enable them!

Merge request reports