pub const GL_NODES_FOR_GPU_KERNEL: &'static [f64; 384];Expand description
384-point Gauss–Legendre nodes, re-exported for the GPU cubic-cell kernel
(src/gpu/cubic_cell/kernel_src.rs) to embed as __constant__ device
memory. Linux-only because the kernel emitter is Linux-only.