From 8e4c0efbe36a1470efea2919053b58096e662f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Sat, 5 Sep 2020 02:55:22 +0200 Subject: Cleanup: GPUTexture: Move debug messages outside of creation function # Conflicts: # source/blender/gpu/intern/gpu_framebuffer.cc --- intern/opencolorio/ocio_impl_glsl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/opencolorio') diff --git a/intern/opencolorio/ocio_impl_glsl.cc b/intern/opencolorio/ocio_impl_glsl.cc index 1461be42578..c6e194a2ea9 100644 --- a/intern/opencolorio/ocio_impl_glsl.cc +++ b/intern/opencolorio/ocio_impl_glsl.cc @@ -184,7 +184,7 @@ static void updateGLSLShader(OCIO_GLSLShader *shader, NULL, NULL, NULL, - __func__); + "OCIOShader"); if (shader->shader) { shader->dither_loc = GPU_shader_get_uniform(shader->shader, "dither"); -- cgit v1.2.3