mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 20:35:35 +00:00
torque windows integration of epoxy
This commit is contained in:
parent
b89d2a116e
commit
6e692ea9cf
5 changed files with 18 additions and 12 deletions
|
|
@ -272,7 +272,7 @@ void GFXGLDevice::init( const GFXVideoMode &mode, PlatformWindow *window )
|
|||
int debugFlag = 0;
|
||||
#endif
|
||||
|
||||
if( gglHasWExtension(ARB_create_context) )
|
||||
if( gglHasWExtension(hdcGL, ARB_create_context) )
|
||||
{
|
||||
int const create_attribs[] = {
|
||||
WGL_CONTEXT_MAJOR_VERSION_ARB, OGL_MAJOR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue