pub fn init_backend(init: BackendInit<'_>) -> Option<Box<dyn RenderBackend>>Expand description
Route the assembled BackendInit to the backend selected at compile time.
Construction inputs are documented on BackendInit itself.
pub fn init_backend(init: BackendInit<'_>) -> Option<Box<dyn RenderBackend>>Route the assembled BackendInit to the backend selected at compile time.
Construction inputs are documented on BackendInit itself.