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