blob: 0fa894073ac2d429854c2e147106c0bc31ea6243 [file] [log] [blame]
#version 310 es
precision mediump float;
void fwidthCoarse_159c8a() {
float res = fwidth(1.0f);
}
void fragment_main() {
fwidthCoarse_159c8a();
return;
}
void main() {
fragment_main();
}