summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-02 03:09:09 +1100
committerLeith Bade <leith@mapbox.com>2014-12-02 03:09:09 +1100
commit66349e33ab3bde1a7fe901e84c70c04884476f78 (patch)
tree16b2403b853bb89a2098c1814a55e59c53142d23 /include
parent204700ff7e2e45ecc4ce50582988c014626b0dfe (diff)
downloadqtlocation-mapboxgl-66349e33ab3bde1a7fe901e84c70c04884476f78.tar.gz
Add GL_ARB_debug_output
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/gl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/platform/gl.hpp b/include/mbgl/platform/gl.hpp
index 73d04b7a9e..20e9ae2d63 100644
--- a/include/mbgl/platform/gl.hpp
+++ b/include/mbgl/platform/gl.hpp
@@ -29,7 +29,7 @@
namespace mbgl {
namespace gl {
-// GL_KHR_debug
+// GL_KHR_debug / GL_ARB_debug_output
#define GL_DEBUG_OUTPUT_SYNCHRONOUS 0x8242
#define GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH 0x8243
#define GL_DEBUG_CALLBACK_FUNCTION 0x8244