attempt #3 - fixing ubuntu build

This commit is contained in:
Niraj Venkat 2015-07-08 15:28:25 -07:00
parent 250d2e9e2c
commit 4478d76618

View file

@ -11,6 +11,11 @@
#include "GPULogging.h"
#include "GLBackendShared.h"
#ifndef GL_ARB_timer_query
#define GL_TIME_ELAPSED 0x88BF
#define GL_TIMESTAMP 0x8E28
#endif
using namespace gpu;
GLBackend::GLQuery::GLQuery() {}