FINALLY IOS GRAPHICS

This commit is contained in:
wheremyfoodat 2025-03-10 02:08:19 +02:00
parent 88e986ca53
commit 1bd00a87f9
2 changed files with 1 additions and 9 deletions

View file

@ -126,10 +126,6 @@ void RendererMTL::display() {
// Inform the vertex buffer cache that the frame ended
vertexBufferCache.endFrame();
drawable->release();
#ifdef PANDA3DS_IOS
// metalLayer->autorelease();
#endif
}
void RendererMTL::initGraphicsContext(SDL_Window* window) {