Searched refs:topologyStr (Results 1 – 1 of 1) sorted by relevance
1804 TString topologyStr; in handleEntryPointAttributes() local1805 if (! it->getString(topologyStr)) { in handleEntryPointAttributes()1811 if (topologyStr == "point") { in handleEntryPointAttributes()1813 } else if (topologyStr == "line") { in handleEntryPointAttributes()1815 } else if (topologyStr == "triangle_cw") { in handleEntryPointAttributes()1818 } else if (topologyStr == "triangle_ccw") { in handleEntryPointAttributes()1822 error(loc, "unsupported outputtopology type", topologyStr.c_str(), ""); in handleEntryPointAttributes()