mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
epoxy GLX extension interface
This commit is contained in:
parent
4cf6a30e05
commit
7317848080
|
|
@ -30,8 +30,7 @@
|
|||
#include "tGL.h"
|
||||
#include <epoxy/glx.h>
|
||||
|
||||
// TODO glx
|
||||
#define gglHasXExtension(EXTENSION)
|
||||
#define gglHasXExtension(display, screen, EXTENSION) epoxy_has_glx_extension(display, screen, "GLX_" # EXTENSION)
|
||||
|
||||
#endif //TORQUE_OS_LINUX
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue