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