Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Laszlo Agocs
qtrhi
Commits
dfff3935
Commit
dfff3935
authored
Mar 20, 2019
by
Laszlo Agocs
Browse files
vk: avoid early destroy of renderbuffers' backing textures
parent
49827169
Changes
1
Show whitespace changes
Inline
Side-by-side
src/rhi/qrhivulkan.cpp
View file @
dfff3935
...
...
@@ -3851,6 +3851,7 @@ void QVkRenderBuffer::release()
if
(
backingTexture
)
{
Q_ASSERT
(
backingTexture
->
lastActiveFrameSlot
==
-
1
);
backingTexture
->
lastActiveFrameSlot
=
e
.
lastActiveFrameSlot
;
backingTexture
->
release
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment