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