Home | History | Annotate | Download | only in d3d

Lines Matching defs:typeString

341                     std::string typeString;
347 typeString = decorateVariable(varying.structName);
353 typeString = HLSLComponentTypeString(componentType, columnCount);
355 varyingHLSL += typeString + " v" + n + " : " + varyingSemantic + n + ";\n";