pub fn shared_gpu() -> &'static SharedGpuContextExpand description
Process-wide wgpu device + queue (lazy init). Panics if no GPU is available —
use only where a device is genuinely mandatory. Prefer try_shared_gpu on any
path that can fall back to CPU.