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