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