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