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