mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
nvk: Enable the SPIR-V DeviceGroup capability
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
dadf9d59e6
commit
f090efa8dc
1 changed files with 2 additions and 1 deletions
|
|
@ -73,9 +73,10 @@ nvk_physical_device_spirv_options(const struct nvk_physical_device *pdev,
|
|||
return (struct spirv_to_nir_options) {
|
||||
.caps = {
|
||||
.demote_to_helper_invocation = true,
|
||||
.descriptor_indexing = true,
|
||||
.descriptor_array_dynamic_indexing = true,
|
||||
.descriptor_array_non_uniform_indexing = true,
|
||||
.descriptor_indexing = true,
|
||||
.device_group = true,
|
||||
.draw_parameters = true,
|
||||
.geometry_streams = true,
|
||||
.image_read_without_format = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue