mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 12:32:06 +00:00
GLInterface: Destroy GLWin
Everything is now safely tucked inside each individual GLInterface.
This commit is contained in:
parent
63f1a16969
commit
2d974b6086
15 changed files with 141 additions and 147 deletions
|
@ -12,6 +12,9 @@
|
|||
|
||||
class cInterfaceAGL : public cInterfaceBase
|
||||
{
|
||||
private:
|
||||
NSView *cocoaWin;
|
||||
NSOpenGLContext *cocoaCtx;
|
||||
public:
|
||||
void Swap();
|
||||
bool Create(void *window_handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue