From d65bdf025f9685f3b332aefffe6f8b5c8dbe8827 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 14 Nov 2021 23:37:16 +0000 Subject: Initial experiments with layer shell. --- src/gl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gl.c') diff --git a/src/gl.c b/src/gl.c index 94a2ba6..b62e59e 100644 --- a/src/gl.c +++ b/src/gl.c @@ -26,9 +26,9 @@ static const char *gl_debug_severity_string(GLenum type); void gl_initialise(struct gl *gl, struct image *texture) { #ifdef DEBUG - glEnable(GL_DEBUG_OUTPUT); - glEnable(GL_DEBUG_OUTPUT_SYNCHRONOUS); - glDebugMessageCallback(MessageCallback, 0); + //glEnable(GL_DEBUG_OUTPUT); + //glEnable(GL_DEBUG_OUTPUT_SYNCHRONOUS); + //glDebugMessageCallback(MessageCallback, 0); #endif if (texture == NULL || texture->buffer == NULL) { return; -- cgit v1.2.3