mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
vk: Properly register D32_SFLOAT as a depth-stencil format (#9396)
This commit is contained in:
parent
a7e5c255b4
commit
f8d2830ac7
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ namespace vk
|
|||
switch (surface_format)
|
||||
{
|
||||
case VK_FORMAT_D16_UNORM:
|
||||
case VK_FORMAT_D32_SFLOAT:
|
||||
case VK_FORMAT_D24_UNORM_S8_UINT:
|
||||
case VK_FORMAT_D32_SFLOAT_S8_UINT:
|
||||
key |= (u64(surface_format) << 8);
|
||||
|
|
Loading…
Add table
Reference in a new issue