Free depthCopy shader

This commit is contained in:
MCRcortex
2025-10-28 21:25:32 +10:00
committed by GitHub
parent 4172ba357e
commit 31cbe85588

View File

@@ -208,6 +208,7 @@ public abstract class AbstractRenderPipeline extends TrackedObject {
this.sectionRenderer.free();
this.depthMaskBlit.delete();
this.depthSetBlit.delete();
this.depthCopy.delete();
super.free0();
}