spirv2dxil: Support descriptor indexing capabilities
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21913>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user