pub const HAS_RENDER_BACKEND: bool = true;Expand description
Whether this build links a rendering backend. A build with no backend feature has none, so the only loop that can run a world is a headless one. Whether a rendering backend compiles into this build. False leaves the headless loop as the only one that can run a world.