docs.rs failed to build uzor-render-hub-1.1.8
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
uzor-render-hub: unified rendering backend hub.
Single abstraction layer over uzor's 5 render backends. Apps (and
uzor-framework) talk only to this crate — they never depend on
uzor-backend-* directly.
Responsibilities:
- Detect: pick a backend from a wgpu adapter.
- Init: per-backend wgpu device features / limits / MSAA / fps defaults.
- Create: instantiate the right
RenderContextimpl for the active backend. - Submit: dispatch frame submission across backends.
- Metrics: collect frame_time / gpu_submit / draw_calls without rendering UI.