blob: 26f6c10832aa9b19088c1502e657befb611408ee [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdxFine_f401a2() {
float res = dfdx(1.0f);
}
fragment void fragment_main() {
dpdxFine_f401a2();
return;
}