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