mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
radv: Expose robustBufferAccessUpdateAfterBind correctly.
We do support it. Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4351 Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9281>
This commit is contained in:
parent
f8c4c46cd3
commit
f67259d83b
1 changed files with 1 additions and 1 deletions
|
|
@ -1944,7 +1944,7 @@ radv_get_physical_device_properties_1_2(struct radv_physical_device *pdevice,
|
|||
p->shaderStorageBufferArrayNonUniformIndexingNative = false;
|
||||
p->shaderStorageImageArrayNonUniformIndexingNative = false;
|
||||
p->shaderInputAttachmentArrayNonUniformIndexingNative = false;
|
||||
p->robustBufferAccessUpdateAfterBind = false;
|
||||
p->robustBufferAccessUpdateAfterBind = true;
|
||||
p->quadDivergentImplicitLod = false;
|
||||
|
||||
size_t max_descriptor_set_size = ((1ull << 31) - 16 * MAX_DYNAMIC_BUFFERS -
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue