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