5 lines
141 B
Plaintext
5 lines
141 B
Plaintext
|
// Precision qualifiers are only allowed in a Runtime Effect.
|
||
|
void h() { highp int x; }
|
||
|
void m() { mediump int x; }
|
||
|
void l() { lowp int x; }
|