pub type SubmitNodeBlocks = HashMap<ViewPhase, ViewPhaseSubmitNodeBlock, BuildHasherDefault<FnvHasher>>;Expand description
A collection containing all SubmitNodes across all RenderFeatures matching a RenderView
and RenderPhase where the SubmitNodes are sorted by the RenderPhase’s sort function. The
RenderView and RenderPhase pair is represented by the ViewPhase key and the SubmitNodes
are contained by the ViewPhaseSubmitNodeBlock.
Aliased Type§
pub struct SubmitNodeBlocks { /* private fields */ }