pub fn atan2_compute_shader() -> Vec<u32>Expand description
Generate an OpenCL SPIR-V kernel computing atan2(y, x) element-wise.
atan2 is the canonical two-argument extended instruction; this exercises
the OpExtInst path with multiple arguments.
Kernel parameters: (CrossWorkgroup float* y, CrossWorkgroup float* x, CrossWorkgroup float* output, uint count).
Entry-point name: "atan2".