summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/libGLESv2/Query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/libGLESv2/Query.cpp')
-rw-r--r--src/3rdparty/angle/src/libGLESv2/Query.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/angle/src/libGLESv2/Query.cpp b/src/3rdparty/angle/src/libGLESv2/Query.cpp
index bd987954f1..6546d06c34 100644
--- a/src/3rdparty/angle/src/libGLESv2/Query.cpp
+++ b/src/3rdparty/angle/src/libGLESv2/Query.cpp
@@ -49,4 +49,9 @@ GLenum Query::getType() const
return mQuery->getType();
}
+bool Query::isStarted() const
+{
+ return mQuery->isStarted();
+}
+
}