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