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ยง
- Data
Stores - A collection of resources that are shared by clips, primitives between display lists.
- Document ๐
- Document
Ops ๐ - Document
View - Plain
Render ๐Backend - 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.
- Scene
View - Some rendering parameters applying at the scene level.
- Scratch
Buffer
Enumsยง
- Render
Backend ๐Status
Staticsยง
- NEXT_
NAMESPACE_ ๐ID - The unique id for WR resource identification. The namespace_id should start from 1.