blob: 258ec624b6a000406239b895959468ce64a10056 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void dpdx_99edb1() {
float2 res = dfdx(float2(0.0f));
}
fragment void fragment_main() {
dpdx_99edb1();
return;
}