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