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