pub type SubmitNodeSortFunction = fn(_: &mut Vec<RenderFeatureSubmitNode>);
Expand description

The sort function used by a particular RenderPhase. This is usually one of the following:

  1. front-to-back
  2. back-to-front
  3. by feature index
  4. unsorted