[vk] Runtime to change image layout

This commit is contained in:
CamilleLaVey 2025-11-29 18:09:07 -04:00 committed by lizzie
parent cc2b8f59fa
commit 6bb2cdcf06

View file

@ -1621,6 +1621,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} {}