blob: 884fcb93f47f3fe29da821195b7be9cd5785ac3f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float2 dpdx_99edb1() {
float2 res = dfdx(float2(1.0f));
return res;
}
fragment void fragment_main(device float2* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = dpdx_99edb1();
return;
}