1fn dpdx_0763f7() { 2 var res : vec3<f32> = dpdx(vec3<f32>()); 3} 4 5[[stage(fragment)]] 6fn fragment_main() { 7 dpdx_0763f7(); 8} 9