- also reset framebuffers when the image is reset

This commit is contained in:
Magnus Norddahl 2019-06-16 10:31:12 +02:00
parent 764e95f34f
commit 240a32f4c8

View file

@ -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();