Revert Renderer to its pre-SDL state

This commit is contained in:
Lynix
2020-05-27 19:42:53 +02:00
parent 2d189dc85e
commit 81f03f04e5
12 changed files with 1148 additions and 595 deletions

View File

@@ -26,7 +26,6 @@ namespace Nz
minorVersion(defaultMinorVersion),
stencilBits(parameters.stencilBits),
shareContext(defaultShareContext),
window(nullptr),
compatibilityProfile(defaultCompatibilityProfile),
debugMode(defaultDebugMode),
doubleBuffered(defaultDoubleBuffered),
@@ -41,7 +40,7 @@ namespace Nz
UInt8 minorVersion;
UInt8 stencilBits;
const Context* shareContext;
void* window;
WindowHandle window;
bool compatibilityProfile;
bool debugMode;
bool doubleBuffered;