blob: 64fcbfd7563f6f0da0a55a342d0e19df2be29705 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidthCoarse_e653f7() {
float2 res = fwidth(float2(1.0f));
}
fragment void fragment_main() {
fwidthCoarse_e653f7();
return;
}