diff --git a/src/rendering/vulkan/textures/vk_imagetransition.h b/src/rendering/vulkan/textures/vk_imagetransition.h index c12918d042..916f20c248 100644 --- a/src/rendering/vulkan/textures/vk_imagetransition.h +++ b/src/rendering/vulkan/textures/vk_imagetransition.h @@ -12,6 +12,8 @@ public: { AspectMask = VK_IMAGE_ASPECT_COLOR_BIT; Layout = VK_IMAGE_LAYOUT_UNDEFINED; + PPFramebuffer.reset(); + RSFramebuffers.clear(); DepthOnlyView.reset(); View.reset(); Image.reset();