Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2020-09-01 00:13:35 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-09-01 01:30:36 +0300
commit9d932b426f0db9350a3fe49cd5bcf8b25e7cf8bb (patch)
tree000cf7fba17c21bd28eac5e0190a5531b0640c89 /source/blender/gpu/opengl/gl_batch.cc
parent82a197cc7f74be2e8f4fbe2d40fc2aec100c4276 (diff)
GL: Move MacOS debug callback to gl_debug.cc
And format to use the same callback as standard debugging layer.
Diffstat (limited to 'source/blender/gpu/opengl/gl_batch.cc')
-rw-r--r--source/blender/gpu/opengl/gl_batch.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/opengl/gl_batch.cc b/source/blender/gpu/opengl/gl_batch.cc
index bc951736db3..63547bf190f 100644
--- a/source/blender/gpu/opengl/gl_batch.cc
+++ b/source/blender/gpu/opengl/gl_batch.cc
@@ -36,6 +36,7 @@
#include "gl_batch.hh"
#include "gl_context.hh"
+#include "gl_debug.hh"
#include "gl_primitive.hh"
#include "gl_vertex_array.hh"