unplugged-system/external/skia/resources/sksl/errors/PrecisionQualifiersDisallowed.sksl

11 lines
265 B
Plaintext
Raw Normal View History

// Precision qualifiers are only allowed in a Runtime Effect.
void h() { highp int x; }
void m() { mediump int x; }
void l() { lowp int x; }
/*%%*
precision qualifiers are not allowed
precision qualifiers are not allowed
precision qualifiers are not allowed
*%%*/