mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 04:40:11 +01:00
anv: disable capture replay with descriptor buffer
This is not functional atm.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: fe037dec6e ("anv: expose VK_EXT_descriptor_buffer")
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28708>
This commit is contained in:
parent
c94cd1235f
commit
772c8ccada
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ get_features(const struct anv_physical_device *pdevice,
|
|||
|
||||
/* VK_EXT_descriptor_buffer */
|
||||
.descriptorBuffer = true,
|
||||
.descriptorBufferCaptureReplay = true,
|
||||
.descriptorBufferCaptureReplay = false,
|
||||
.descriptorBufferImageLayoutIgnored = false,
|
||||
.descriptorBufferPushDescriptors = true,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue