mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
OGL: Support Quad-Buffered stereoscopy.
This commit is contained in:
parent
2ab068d3f2
commit
f3508742ac
13 changed files with 35 additions and 18 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
virtual void SetMode(GLInterfaceMode mode) { s_opengl_mode = GLInterfaceMode::MODE_OPENGL; }
|
||||
virtual GLInterfaceMode GetMode() { return s_opengl_mode; }
|
||||
virtual void* GetFuncAddress(const std::string& name) { return nullptr; }
|
||||
virtual bool Create(void* window_handle, bool core = true) { return true; }
|
||||
virtual bool Create(void* window_handle, bool stereo = false, bool core = true) { return true; }
|
||||
virtual bool Create(cInterfaceBase* main_context) { return true; }
|
||||
virtual bool MakeCurrent() { return true; }
|
||||
virtual bool ClearCurrent() { return true; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue