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