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