- also reset framebuffers when the image is reset
This commit is contained in:
parent
764e95f34f
commit
240a32f4c8
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue