mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
vk: Add VK_FORMAT_D32_SFLOAT to format conversion table
- This format is required to emulate RSX_FORMAT_CLASS_D16_FLOAT
This commit is contained in:
parent
402e8b12a6
commit
a90801e2aa
1 changed files with 1 additions and 0 deletions
|
@ -451,6 +451,7 @@ namespace vk
|
|||
return{ false, 1 };
|
||||
//Depth
|
||||
case VK_FORMAT_D16_UNORM:
|
||||
case VK_FORMAT_D32_SFLOAT:
|
||||
return{ true, 2 };
|
||||
case VK_FORMAT_D32_SFLOAT_S8_UINT:
|
||||
case VK_FORMAT_D24_UNORM_S8_UINT:
|
||||
|
|
Loading…
Add table
Reference in a new issue