Home | History | Annotate | Download | only in compiler

Lines Matching full:glsl

1110 	// In GLSL ES, an extension's default behavior is "disable".
1837 error(typeQualifier.line, "layout qualifiers supported in GLSL ES 3.00 only", "layout");
2148 // GLSL ES 3.00 section 5.4.4: Each argument must be the same type as the element type of
3093 // Embedded structure definitions are not supported per GLSL ES spec.
3094 // They aren't allowed in GLSL either, but we need to detect this here
3095 // so we don't rely on the GLSL compiler to catch it.
3267 // GLSL ES 1.00 and 3.00 do not support implicit type casting.
3631 // It allows "An array name with the length method applied" in contrast to GLSL 4.4 spec section 5.9