mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 08:30:10 +01:00
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:
parent
e4c4fca16e
commit
1bc9efc10c
1 changed files with 9 additions and 0 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue