mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
GLContext: Remove global context pointer
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
#include <string>
|
||||
#include "VideoCommon/VideoBackendBase.h"
|
||||
|
||||
class GLContext;
|
||||
|
||||
namespace OGL
|
||||
{
|
||||
class VideoBackend : public VideoBackendBase
|
||||
@ -20,7 +22,7 @@ class VideoBackend : public VideoBackendBase
|
||||
void InitBackendInfo() override;
|
||||
|
||||
private:
|
||||
bool InitializeGLExtensions();
|
||||
bool InitializeGLExtensions(GLContext* context);
|
||||
bool FillBackendInfo();
|
||||
};
|
||||
} // namespace OGL
|
||||
|
Reference in New Issue
Block a user