microsoft/spirv_to_dxil: Lower samplers from deref to index
Reviewed-by: Enrico Galli <enrico.galli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10149>
This commit is contained in:
@@ -109,6 +109,7 @@ spirv_to_dxil(const uint32_t *words, size_t word_count,
|
||||
}
|
||||
|
||||
NIR_PASS_V(nir, dxil_nir_split_clip_cull_distance);
|
||||
NIR_PASS_V(nir, nir_lower_samplers);
|
||||
|
||||
struct nir_to_dxil_options opts = {.vulkan_environment = true};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user