mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +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;
|
AspectMask = VK_IMAGE_ASPECT_COLOR_BIT;
|
||||||
Layout = VK_IMAGE_LAYOUT_UNDEFINED;
|
Layout = VK_IMAGE_LAYOUT_UNDEFINED;
|
||||||
|
PPFramebuffer.reset();
|
||||||
|
RSFramebuffers.clear();
|
||||||
DepthOnlyView.reset();
|
DepthOnlyView.reset();
|
||||||
View.reset();
|
View.reset();
|
||||||
Image.reset();
|
Image.reset();
|
||||||
|
|
Loading…
Reference in a new issue