blob: 873a04fe55ca1da30bd77ad219373e290c414344 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdxCoarse_f64d7b() {
float3 res = dfdx(float3(1.0f));
}
fragment void fragment_main() {
dpdxCoarse_f64d7b();
return;
}