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