Searched refs:tessGeomVertex (Results 1 – 1 of 1) sorted by relevance
2271 std::string tessGeomVertex = m_vertex; in init() local2273 commonUtils::replaceToken("<CLIP_DISTANCE>", "1.0", tessGeomVertex); in init()2274 commonUtils::replaceToken("<CULL_DISTANCE>", "1.0", tessGeomVertex); in init()2275 commonUtils::replaceToken("<VERTEX_COLOR>", "vec4(1.0, 1.0, 1.0, 1.0)", tessGeomVertex); in init()2280 validationTessGeom.shaders.push_back(VertexSource(tessGeomVertex)); in init()