blob: 3ac1a307866a541eb2359f4eb53cf29ed3c9833c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdy_699a05() {
float4 arg_0 = float4(1.0f);
float4 res = dfdy(arg_0);
}
fragment void fragment_main() {
dpdy_699a05();
return;
}