zink: add maintenance extensions to profile

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24685>
This commit is contained in:
Mike Blumenkrantz 2023-08-10 09:43:00 -04:00 committed by Marge Bot
parent d19e8fc1fb
commit 8be6b7caa3

View file

@ -150,13 +150,18 @@
},
"gl40_baseline": {
"extensions": {
"VK_KHR_maintenance2": 1
"VK_KHR_maintenance2": 1,
"VK_KHR_maintenance3": 1,
"VK_KHR_maintenance4": 1
},
"features": {
"VkPhysicalDeviceFeatures": {
"sampleRateShading": true,
"tessellationShader": true,
"imageCubeArray": true
},
"VkPhysicalDeviceMaintenance4Features": {
"maintenance4": true
}
},
"formats": {