Fix: Overlay-Next: Assert caused by unreleased texture
This commit is contained in:
@@ -212,6 +212,10 @@ class Wireframe {
|
||||
|
||||
GPU_framebuffer_bind(framebuffer);
|
||||
manager.submit(wireframe_ps_, view);
|
||||
|
||||
if (do_depth_copy_workaround_) {
|
||||
tmp_depth_tx_.release();
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user