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