scummvm/backends/graphics3d
Lars Sundström 862ec93457 IOS7: Fix memory leak when switching 3D framebuffers
When a 3D game does not support arbitrary resolutions a framebuffer
has to be created. The initSize method can be called multiple times
with different resolutions. Make sure to delete any existing
framebuffer before creating a new.

Cherry-pick of: 69554e0e52
2024-03-15 15:37:02 +01:00
..
android ANDROID: Check for initSurface failures 2023-12-10 17:40:09 +01:00
ios IOS7: Fix memory leak when switching 3D framebuffers 2024-03-15 15:37:02 +01:00
opengl GRAPHICS3D: Properly disable scissor test while rendering surfaces 2023-11-26 13:02:33 +01:00
openglsdl GRAPHICS3D: Clear screen while hiding overlay 2023-11-26 16:12:14 +01:00