Rely on refcounting for stencil upload shader modules
This commit is contained in:
parent
1e57a358b8
commit
570e0326e7
3 changed files with 7 additions and 8 deletions
|
@ -2362,8 +2362,6 @@ void FramebufferManagerCommon::DeviceLost() {
|
|||
DoRelease(reinterpretVBuf_);
|
||||
DoRelease(reinterpretSampler_);
|
||||
DoRelease(reinterpretVS_);
|
||||
DoRelease(stencilUploadFs_);
|
||||
DoRelease(stencilUploadVs_);
|
||||
DoRelease(stencilUploadSampler_);
|
||||
DoRelease(stencilUploadPipeline_);
|
||||
DoRelease(draw2DSamplerNearest_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue