mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
vk: Fix working buffer calculation for emulated D16F operations
This commit is contained in:
parent
781b2b4548
commit
d063f0b335
@ -41,7 +41,7 @@ namespace vk
|
||||
}
|
||||
else if (aspect & VK_IMAGE_ASPECT_DEPTH_BIT)
|
||||
{
|
||||
return base_size * 2;
|
||||
return (base_size * 6) / 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user