blob: ee1f7ed15c958b689ec602686c6856ecb6d9283e [file] [log] [blame]
John Stilesb806da42021-08-04 16:26:47 -04001// Precision qualifiers are only allowed in a Runtime Effect.
2void h() { highp int x; }
3void m() { mediump int x; }
4void l() { lowp int x; }