blob: 7d756f81392881360cba0f6e5fdd4c1e3d0efca1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidthFine_68f4ef() {
float4 res = fwidth(float4());
}
fragment void fragment_main() {
fwidthFine_68f4ef();
return;
}