blob: 6d23f98a468c8d578082c353d9a702c828f99e8d [file] [log] [blame]
#version 310 es
precision mediump float;
void fwidth_d2ab9a() {
vec4 res = fwidth(vec4(0.0f, 0.0f, 0.0f, 0.0f));
}
void fragment_main() {
fwidth_d2ab9a();
return;
}
void main() {
fragment_main();
}