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