Rebel Fork Framework
|
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 PipelineBatch * | pipelineBatch_ {} |
Batch to be sorted. | |
Pipeline batch sorted by render order and back to front.