epoxy GLX extension interface

This commit is contained in:
Jeff Hutchinson 2016-03-25 21:03:01 -04:00
parent 4cf6a30e05
commit 7317848080

View file

@ -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