mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
nvk: Enable VK_KHR_maintenance3
Signed-off-by: Rebecca Mckeever <rebecca.mckeever@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
635b252b4b
commit
7ff951d3cc
1 changed files with 3 additions and 0 deletions
|
|
@ -354,6 +354,8 @@ nvk_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
|||
|
||||
VkPhysicalDeviceVulkan11Properties core_1_1 = {
|
||||
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_PROPERTIES,
|
||||
.maxPerSetDescriptors = UINT32_MAX,
|
||||
.maxMemoryAllocationSize = (1u << 31),
|
||||
/* Vulkan 1.1 properties */
|
||||
};
|
||||
|
||||
|
|
@ -463,6 +465,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *pdev,
|
|||
.KHR_image_format_list = true,
|
||||
.KHR_imageless_framebuffer = true,
|
||||
.KHR_maintenance1 = true,
|
||||
.KHR_maintenance3 = true,
|
||||
.KHR_push_descriptor = true,
|
||||
.KHR_relaxed_block_layout = true,
|
||||
.KHR_sampler_mirror_clamp_to_edge = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue