mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
epoxy GLX extension interface
This commit is contained in:
parent
4cf6a30e05
commit
7317848080
1 changed files with 1 additions and 2 deletions
|
|
@ -30,8 +30,7 @@
|
||||||
#include "tGL.h"
|
#include "tGL.h"
|
||||||
#include <epoxy/glx.h>
|
#include <epoxy/glx.h>
|
||||||
|
|
||||||
// TODO glx
|
#define gglHasXExtension(display, screen, EXTENSION) epoxy_has_glx_extension(display, screen, "GLX_" # EXTENSION)
|
||||||
#define gglHasXExtension(EXTENSION)
|
|
||||||
|
|
||||||
#endif //TORQUE_OS_LINUX
|
#endif //TORQUE_OS_LINUX
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue