mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-14 02:39:00 +02:00
[vk] Runtime to change image layout
This commit is contained in:
parent
0aa138b707
commit
409dbb9581
1 changed files with 2 additions and 0 deletions
|
|
@ -1569,6 +1569,8 @@ Image::Image(TextureCacheRuntime& runtime_, const ImageInfo& info_, GPUVAddr gpu
|
|||
MakeStorageView(device, level, *original_image, VK_FORMAT_A8B8G8R8_UNORM_PACK32);
|
||||
}
|
||||
}
|
||||
|
||||
runtime->TransitionImageLayout(*this);
|
||||
}
|
||||
|
||||
Image::Image(const VideoCommon::NullImageParams& params) : VideoCommon::ImageBase{params} {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue