Expand description
The high-level module responsible for managing the pipeline and preparing
commands to be issued by the Renderer
.
See the comment at the top of the renderer
module for a description of
how these two pieces interact.
Macros§
Structs§
- A collection of resources that are shared by clips, primitives between display lists.
- Document 🔒
- The render backend is responsible for transforming high level display lists into GPU-friendly work which is then submitted to the renderer in the form of a frame::Frame.
- Some rendering parameters applying at the scene level.
Enums§
Statics§
- The unique id for WR resource identification. The namespace_id should start from 1.