mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 22:05:40 +00:00
* Adjustment: Initial testing with extensions to load GPU VRAM.
This commit is contained in:
parent
a458c97217
commit
1385b29f03
5 changed files with 42 additions and 14 deletions
|
|
@ -49,7 +49,8 @@ namespace GL
|
|||
AssertFatal(false, "Unable to load WGL in GLAD. Make sure your OpenGL drivers are up to date!");
|
||||
}
|
||||
#elif defined(TORQUE_OS_LINUX)
|
||||
if (!gladLoadGLX())
|
||||
|
||||
if (!gladLoadGLX(NULL, 0))
|
||||
{
|
||||
AssertFatal(false, "Unable to load GLX in GLAD. Make sure your OpenGL drivers are up to date!");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue