Rebel Fork Framework
Urho3D::PipelineBatchBackToFront Struct Reference

Pipeline batch sorted by render order and back to front. More...

#include <Urho3D/RenderPipeline/PipelineBatchSortKey.h>

Public Member Functions

 PipelineBatchBackToFront ()=default
 Construct default.
 
 PipelineBatchBackToFront (const PipelineBatch *batch)
 Construct from batch.
 
bool operator< (const PipelineBatchBackToFront &rhs) const
 Compare sorted batches.
 

Public Attributes

unsigned char renderOrder_ {}
 Render order.
 
float distance_ {}
 Sorting distance.
 
const PipelineBatchpipelineBatch_ {}
 Batch to be sorted.
 

Detailed Description

Pipeline batch sorted by render order and back to front.


The documentation for this struct was generated from the following file: