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