use crateFmIndexError;
use crateGpuContext;
use ;
static GPU_CONTEXT: = new;
/// Return the process-wide cached `GpuContext`, initializing it on the first call.
///
/// Subsequent calls are essentially free (Arc clone). The ~220 ms wgpu adapter/device
/// initialization is paid exactly once per process.