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