summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/libGLESv2/Query.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/libGLESv2/Query.h')
-rw-r--r--src/3rdparty/angle/src/libGLESv2/Query.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/angle/src/libGLESv2/Query.h b/src/3rdparty/angle/src/libGLESv2/Query.h
index e9b95b729b..a4726a8e73 100644
--- a/src/3rdparty/angle/src/libGLESv2/Query.h
+++ b/src/3rdparty/angle/src/libGLESv2/Query.h
@@ -9,8 +9,7 @@
#ifndef LIBGLESV2_QUERY_H_
#define LIBGLESV2_QUERY_H_
-#define GL_APICALL
-#include <GLES2/gl2.h>
+#include "angle_gl.h"
#include "common/angleutils.h"
#include "common/RefCountObject.h"
@@ -37,6 +36,7 @@ class Query : public RefCountObject
GLboolean isResultAvailable();
GLenum getType() const;
+ bool isStarted() const;
private:
DISALLOW_COPY_AND_ASSIGN(Query);