Searched refs:needsMatrixOrderQualifier (Results 1 – 1 of 1) sorted by relevance
4552 … const bool needsMatrixOrderQualifier = (currentItem.matrixOrder == MatrixMajorOrder::ROW_MAJOR); in getGLSLForStructItem() local4556 ((includeOffsetLayoutQualifier) ? 1 : 0) + ((needsMatrixOrderQualifier) ? 1 : 0); in getGLSLForStructItem()4575 if (needsMatrixOrderQualifier) in getGLSLForStructItem()