summaryrefslogtreecommitdiff
path: root/wrappers/glcaps.cpp
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-12-15 09:58:03 +0000
committerJosé Fonseca <jfonseca@vmware.com>2014-12-15 16:35:22 +0000
commitd7cd6d0bcaa472a8c83efe711800d70d68185d02 (patch)
tree8c04892c15dbbbacffc796f571afbbc3b0484762 /wrappers/glcaps.cpp
parent8e6c8be307b6f8a25a363ab4574e3b04a2969e6d (diff)
gltrace: Always advertise GL_KHR_debug on ES contexts too.
Diffstat (limited to 'wrappers/glcaps.cpp')
-rw-r--r--wrappers/glcaps.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/glcaps.cpp b/wrappers/glcaps.cpp
index f78e29a2..292020a8 100644
--- a/wrappers/glcaps.cpp
+++ b/wrappers/glcaps.cpp
@@ -66,6 +66,7 @@ extraExtension_stringsFull[] = {
static const char *
extraExtension_stringsES[] = {
+ "GL_KHR_debug",
"GL_EXT_debug_marker",
"GL_EXT_debug_label",
};