blob: d47daeff19be511e4af0bcfc662edc06b63fa7f8 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdy_a8b56e(device float2* const tint_symbol) {
float2 res = dfdy(float2(1.0f));
*(tint_symbol) = res;
}
fragment void fragment_main(device float2* tint_symbol_1 [[buffer(0)]]) {
dpdy_a8b56e(tint_symbol_1);
return;
}