mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +02:00
attempt #3 - fixing ubuntu build
This commit is contained in:
parent
250d2e9e2c
commit
4478d76618
1 changed files with 5 additions and 0 deletions
|
@ -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() {}
|
||||
|
|
Loading…
Reference in a new issue