Fix task switching issue with reinterpret. Fixes #13649
This commit is contained in:
parent
5eea7435d0
commit
0510101f6c
1 changed files with 2 additions and 0 deletions
|
@ -2273,9 +2273,11 @@ void FramebufferManagerCommon::DeviceLost() {
|
|||
}
|
||||
if (reinterpretSampler_) {
|
||||
reinterpretSampler_->Release();
|
||||
reinterpretSampler_ = nullptr;
|
||||
}
|
||||
if (reinterpretVS_) {
|
||||
reinterpretVS_->Release();
|
||||
reinterpretVS_ = nullptr;
|
||||
}
|
||||
presentation_->DeviceLost();
|
||||
draw_ = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue