mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
nvk: Enable VK_KHR_create_renderpass2
Handled entirely in common code Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
b8021cc635
commit
ec4675bcfc
1 changed files with 1 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *device,
|
|||
{
|
||||
*ext = (struct vk_device_extension_table) {
|
||||
.KHR_copy_commands2 = true,
|
||||
.KHR_create_renderpass2 = true,
|
||||
.KHR_dedicated_allocation = true,
|
||||
.KHR_get_memory_requirements2 = true,
|
||||
.KHR_format_feature_flags2 = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue