fix: remaining memory leaks

This commit is contained in:
Samuliak 2024-07-07 13:50:27 +02:00
parent 23af64ade8
commit 7731787aa2
4 changed files with 5 additions and 1 deletions

View file

@ -103,6 +103,8 @@ class RendererMTL final : public Renderer {
lastColorTexture = colorTexture;
lastDepthTexture = depthTexture;
}
renderPassDescriptor->release();
}
void commitCommandBuffer() {