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