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