diff options
author | José Fonseca <jfonseca@vmware.com> | 2014-02-04 19:01:22 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-02-04 19:01:22 +0000 |
commit | 7ff82416a09d19922c18d211b0223399db1aeda3 (patch) | |
tree | 6badacb7043cea5ce50af994172fc8f59c251c25 /wrappers | |
parent | fd67604d5932cce3617ff7ce725a0a686d129905 (diff) |
gltrace: Fake GL_EXT_debug_marker/label too.
Diffstat (limited to 'wrappers')
-rw-r--r-- | wrappers/glcaps.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wrappers/glcaps.cpp b/wrappers/glcaps.cpp index 669a4354..f78e29a2 100644 --- a/wrappers/glcaps.cpp +++ b/wrappers/glcaps.cpp @@ -60,11 +60,14 @@ extraExtension_stringsFull[] = { "GL_ARB_debug_output", "GL_AMD_debug_output", "GL_KHR_debug", + "GL_EXT_debug_marker", + "GL_EXT_debug_label", }; static const char * extraExtension_stringsES[] = { "GL_EXT_debug_marker", + "GL_EXT_debug_label", }; // Description of additional extensions we want to advertise |