Remove GL shader debug text
This commit is contained in:
parent
cf1b106a26
commit
4654eca6b8
@ -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, "-----------------------------------");
|
||||
|
Loading…
x
Reference in New Issue
Block a user