mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 05:15:51 +12:00
fix: remaining memory leaks
This commit is contained in:
parent
23af64ade8
commit
7731787aa2
4 changed files with 5 additions and 1 deletions
|
@ -103,6 +103,8 @@ class RendererMTL final : public Renderer {
|
|||
lastColorTexture = colorTexture;
|
||||
lastDepthTexture = depthTexture;
|
||||
}
|
||||
|
||||
renderPassDescriptor->release();
|
||||
}
|
||||
|
||||
void commitCommandBuffer() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue