Searched refs:targetSemantic (Results 1 – 1 of 1) sorted by relevance
282 std::string targetSemantic = (shaderModel >= 4) ? "SV_TARGET" : "COLOR"; in generatePixelShaderForOutputSignature() local323 declarationStream << " " << outputVariable->name << " : " << targetSemantic in generatePixelShaderForOutputSignature()