zink: add z32s8 as mandatory GL3.0 profile attachment format

fixes #8616

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22608>
This commit is contained in:
Mike Blumenkrantz 2023-04-20 14:03:19 -04:00 committed by Marge Bot
parent e4c4fca16e
commit 1bc9efc10c

View file

@ -100,6 +100,15 @@
"VkPhysicalDeviceConditionalRenderingFeaturesEXT": {
"conditionalRendering": true
}
},
"formats": {
"VK_FORMAT_D32_SFLOAT_S8_UINT": {
"VkFormatProperties": {
"optimalTilingFeatures": [
"VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT"
]
}
}
}
},
"gl31_baseline": {