Searched refs:structStream (Results 1 – 1 of 1) sorted by relevance
189 std::ostringstream structStream; in GenerateVertexShaderForInputLayout() local192 structStream << "struct VS_INPUT\n" in GenerateVertexShaderForInputLayout()211 structStream << " " in GenerateVertexShaderForInputLayout()222 structStream << " uint"; in GenerateVertexShaderForInputLayout()228 structStream << " "; in GenerateVertexShaderForInputLayout()229 HLSLComponentTypeString(structStream, componentType, in GenerateVertexShaderForInputLayout()234 structStream << " " << DecorateVariable(shaderAttribute.name) << " : "; in GenerateVertexShaderForInputLayout()238 structStream << "SV_InstanceID"; in GenerateVertexShaderForInputLayout()242 structStream << "SV_VertexID"; in GenerateVertexShaderForInputLayout()246 structStream << "TEXCOORD" << semanticIndex; in GenerateVertexShaderForInputLayout()[all …]