remove debug message
This commit is contained in:
parent
f03d377faa
commit
02a8bb6975
@ -248,7 +248,6 @@ void CompilerGLSL::rename_interface_variable(const vector<Resource> &resources,
|
||||
if (loc != rename.location)
|
||||
continue;
|
||||
|
||||
printf("rename %s %d %s", rename.in_or_out.c_str(), rename.location, rename.variable_name.c_str());
|
||||
set_name(v.id, rename.variable_name);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user