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