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