mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-10 07:24:54 +01:00
vk: Allow cached view to have mutable format
This commit is contained in:
parent
3f174b2a97
commit
07abde4e8d
|
|
@ -482,7 +482,7 @@ namespace vk
|
|||
if (found != views.end())
|
||||
{
|
||||
ensure(found->second->info.subresourceRange.aspectMask & mask);
|
||||
return found->second.get();
|
||||
return found->second->as(format);
|
||||
}
|
||||
|
||||
VkComponentMapping real_mapping;
|
||||
|
|
|
|||
Loading…
Reference in a new issue