mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- 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…
Reference in a new issue