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ยง
- declare_
data_ ๐stores
Structsยง
- A collection of resources that are shared by clips, primitives between display lists.
- Document ๐
- Document
Ops ๐ - Plain
Render ๐Backend - 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ยง
- Render
Backend ๐Status
Staticsยง
- NEXT_
NAMESPACE_ ๐ID The unique id for WR resource identification. The namespace_id should start from 1.