Rely on refcounting for stencil upload shader modules

This commit is contained in:
Henrik Rydgård 2022-08-16 12:48:41 +02:00
parent 1e57a358b8
commit 570e0326e7
3 changed files with 7 additions and 8 deletions

View file

@ -2362,8 +2362,6 @@ void FramebufferManagerCommon::DeviceLost() {
DoRelease(reinterpretVBuf_);
DoRelease(reinterpretSampler_);
DoRelease(reinterpretVS_);
DoRelease(stencilUploadFs_);
DoRelease(stencilUploadVs_);
DoRelease(stencilUploadSampler_);
DoRelease(stencilUploadPipeline_);
DoRelease(draw2DSamplerNearest_);