mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
nvk: Advertise VK_KHR_imageless_framebuffer
Handled entirely in common code Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
ec4675bcfc
commit
495c1202d3
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ nvk_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
|
|||
.shaderInputAttachmentArrayDynamicIndexing = true,
|
||||
.shaderUniformTexelBufferArrayDynamicIndexing = true,
|
||||
.shaderStorageTexelBufferArrayDynamicIndexing = true,
|
||||
.imagelessFramebuffer = true,
|
||||
.hostQueryReset = true,
|
||||
};
|
||||
|
||||
|
|
@ -290,6 +291,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *device,
|
|||
.KHR_dedicated_allocation = true,
|
||||
.KHR_get_memory_requirements2 = true,
|
||||
.KHR_format_feature_flags2 = true,
|
||||
.KHR_imageless_framebuffer = true,
|
||||
.KHR_push_descriptor = true,
|
||||
#ifdef NVK_USE_WSI_PLATFORM
|
||||
.KHR_swapchain = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue