Added more OpenGL delegates, and restructured game manager.

Largely untested.
This commit is contained in:
2020-05-28 10:19:38 -05:00
parent 1a2ef5a109
commit fb9bbdd123
4 changed files with 12 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ namespace SlatedGameToolkit.Tools.Utilities.GraphicalPlayground
return true;
}
public void Dispose()
public void Deinitialize()
{
window.Dispose();
}