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