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