Searched refs:m_provokingFirstVertexConvention (Results 1 – 2 of 2) sorted by relevance
937 bool m_provokingFirstVertexConvention; member in sglr::ReferenceContext
367 , m_provokingFirstVertexConvention (false) in ReferenceContext()2846 case GL_FIRST_VERTEX_CONVENTION: m_provokingFirstVertexConvention = true; break; in provokingVertex()2847 case GL_LAST_VERTEX_CONVENTION: m_provokingFirstVertexConvention = false; break; in provokingVertex()4372 …state.provokingVertexConvention = (m_provokingFirstVertexConvention) ? (rr::PROVOKINGVERTEX… in drawWithReference()