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