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