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