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