Skip to content
Snippets Groups Projects
Commit 4654eca6 authored by Jim's avatar Jim
Browse files

Remove GL shader debug text

parent cf1b106a
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ static bool gl_shader_init(struct gs_shader *shader,
if (!gl_success("glCreateShaderProgramv") || !shader->program)
return false;
#if 1
#if 0
blog(LOG_DEBUG, "+++++++++++++++++++++++++++++++++++");
blog(LOG_DEBUG, " GL shader string for: %s", file);
blog(LOG_DEBUG, "-----------------------------------");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment