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