Home | History | Annotate | Download | only in compiler

Lines Matching refs:uniforms

115         TString uniforms;
136 uniforms += "uniform " + typeString(type) + " " + decorate(name) + arrayString(type) + ";\n";
196 out << uniforms;
265 TString uniforms;
286 uniforms += "uniform " + typeString(type) + " " + decorate(name) + arrayString(type) + ";\n";
332 out << uniforms;