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