Browse Source
[vk] Runtime to change image layout
eds-true-adreno-fixes
CamilleLaVey
3 weeks ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
2 additions and
0 deletions
-
src/video_core/renderer_vulkan/vk_texture_cache.cpp
|
|
|
@ -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} {} |
|
|
|
|