Home | History | Annotate | Download | only in functional

Lines Matching full:divisor

525 		FLAG_INSTANCED			= (1<<1),	// !< set a buffer instance divisor to non-zero
592 << " instance divisor: " << ((m_spec.instanced) ? (1) : (0)) << "\n"
660 const int divisor = (m_spec.instanced) ? (1) : (0);
662 gl.glVertexBindingDivisor(colorOffsetBinding, divisor);