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