nvk: advertise EXT_private_data
Test run totals: Passed: 69/112 (61.6%) Failed: 0/112 (0.0%) Not supported: 43/112 (38.4%) Warnings: 0/112 (0.0%) Waived: 0/112 (0.0%) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
86283a4fc4
commit
de85746f90
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ nvk_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
|
|||
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES,
|
||||
/* Vulkan 1.3 features */
|
||||
.inlineUniformBlock = true,
|
||||
.privateData = true,
|
||||
};
|
||||
|
||||
vk_foreach_struct(ext, pFeatures->pNext)
|
||||
|
|
@ -374,6 +375,7 @@ nvk_get_device_extensions(const struct nvk_physical_device *device,
|
|||
.EXT_extended_dynamic_state3 = true,
|
||||
.EXT_host_query_reset = true,
|
||||
.EXT_pci_bus_info = true,
|
||||
.EXT_private_data = true,
|
||||
.EXT_vertex_input_dynamic_state = true,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue