blob: 15a129d3876493c8a4228e9c061db7185827b716 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidthCoarse_1e59d9() {
float3 res = fwidth(float3(1.0f));
}
fragment void fragment_main() {
fwidthCoarse_1e59d9();
return;
}