Searched refs:clipNegativeVertex (Results 1 – 1 of 1) sorted by relevance
2223 std::string clipNegativeVertex = m_vertex; in init() local2225 commonUtils::replaceToken("<CLIP_DISTANCE>", "-1.0", clipNegativeVertex); in init()2226 commonUtils::replaceToken("<CULL_DISTANCE>", "1.0", clipNegativeVertex); in init()2227 commonUtils::replaceToken("<VERTEX_COLOR>", "vec4(1.0, 1.0, 1.0, 1.0)", clipNegativeVertex); in init()2232 validationClipNegative.shaders.push_back(VertexSource(clipNegativeVertex)); in init()