From 66349e33ab3bde1a7fe901e84c70c04884476f78 Mon Sep 17 00:00:00 2001 From: Leith Bade Date: Tue, 2 Dec 2014 03:09:09 +1100 Subject: Add GL_ARB_debug_output --- include/mbgl/platform/gl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mbgl/platform') 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 -- cgit v1.2.1