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