GLContext: Use destructor instead of Shutdown() to cleanup

Also uses the Initialize() method to make the context current.
This commit is contained in:
Stenzek 2018-10-03 23:03:33 +10:00
commit 025e909773
16 changed files with 122 additions and 115 deletions

View file

@ -50,10 +50,6 @@ bool GLContext::ClearCurrent()
return false;
}
void GLContext::Shutdown()
{
}
void GLContext::Update()
{
}