docs.rs failed to build uzor-render-hub-1.2.1
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 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
WindowRenderStatevia a factory. - Submit: dispatch frame submission across backends.
- Metrics: collect frame_time / gpu_submit / draw_calls.
- Hub: unified
RenderHubowning pool + settings + metrics.