mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
zink: add maintenance extensions to profile
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24685>
This commit is contained in:
parent
d19e8fc1fb
commit
8be6b7caa3
1 changed files with 6 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue