zink: add maintenance extensions to profile
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24685>
This commit is contained in:
committed by
Marge Bot
parent
d19e8fc1fb
commit
8be6b7caa3
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user