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