pub fn is_force_gpu() -> boolExpand description
Check if GPU-only mode is forced via environment variable.
Only checks the canonical NEXT_PLAID_FORCE_GPU env var.
The higher-level colgrep crate’s apply_acceleration_mode() propagates
CLI flags and COLGREP_*/FORCE_* vars into this canonical var.