mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-06 07:06:00 +00:00
texture_cache: return back image view usage override
This commit is contained in:
parent
c53e86248f
commit
2a87be7c00
|
@ -85,7 +85,7 @@ ImageView::ImageView(const Vulkan::Instance& instance, const ImageViewInfo& info
|
|||
}
|
||||
|
||||
const vk::ImageViewCreateInfo image_view_ci = {
|
||||
.pNext = nullptr,
|
||||
.pNext = usage_override ? &usage_ci : nullptr,
|
||||
.image = image.image,
|
||||
.viewType = info.type,
|
||||
.format = format,
|
||||
|
|
Loading…
Reference in a new issue