#version 310 es precision mediump float; void fwidthFine_68f4ef() { vec4 res = fwidth(vec4(1.0f)); } void fragment_main() { fwidthFine_68f4ef(); } void main() { fragment_main(); return; }