mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
dzn: Enable VK_KHR_bind_memory2
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22349>
This commit is contained in:
parent
bcd33d2937
commit
a9a0dc3cca
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ dzn_physical_device_get_extensions(struct dzn_physical_device *pdev)
|
|||
{
|
||||
pdev->vk.supported_extensions = (struct vk_device_extension_table) {
|
||||
.KHR_16bit_storage = pdev->options4.Native16BitShaderOpsSupported,
|
||||
.KHR_bind_memory2 = true,
|
||||
.KHR_create_renderpass2 = true,
|
||||
.KHR_depth_stencil_resolve = true,
|
||||
.KHR_descriptor_update_template = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue