spirv2dxil: Support descriptor indexing capabilities

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21913>
This commit is contained in:
Jesse Natalie
2023-03-17 08:18:24 -07:00
committed by Marge Bot
parent e0a090adfd
commit 79ef6e4e8f

View File

@@ -49,6 +49,9 @@ spirv_to_nir_options = {
.float16 = true,
.int16 = true,
.storage_16bit = true,
.descriptor_indexing = true,
.runtime_descriptor_array = true,
.descriptor_array_non_uniform_indexing = true,
},
.ubo_addr_format = nir_address_format_32bit_index_offset,
.ssbo_addr_format = nir_address_format_32bit_index_offset,