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