mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
GLContext: Use destructor instead of Shutdown() to cleanup
Also uses the Initialize() method to make the context current.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#include "Common/GL/GLInterface/EGL.h"
|
||||
#include "Common/GL/GLX11Window.h"
|
||||
|
||||
class GLContextEGLX11 : public GLContextEGL
|
||||
class GLContextEGLX11 final : public GLContextEGL
|
||||
{
|
||||
public:
|
||||
~GLContextEGLX11() override;
|
||||
|
Reference in New Issue
Block a user