pub type RenderViewSubmitNodeCount = FnvHashMap<RenderViewIndex, Vec<usize>>;
Expand description

The total number of submit nodes needed by each RenderView. The RenderView is represented by the RenderViewIndex key and the count of submit nodes are contained by a Vec<usize> where the count at each index I corresponds to the RenderPhase with RenderPhaseIndex equal to I.

Aliased Type§

struct RenderViewSubmitNodeCount { /* private fields */ }