mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-08 00:02:58 +12:00
FINALLY IOS GRAPHICS
This commit is contained in:
parent
88e986ca53
commit
1bd00a87f9
2 changed files with 1 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue