Rebel Fork Framework
|
Self-sufficient batch that can be sorted and rendered by RenderPipeline. More...
#include <Urho3D/RenderPipeline/BatchCompositor.h>
Public Member Functions | |
const SourceBatch & | GetSourceBatch () const |
PipelineBatch (Drawable *drawable, unsigned sourceBatchIndex, void *userData=nullptr) | |
Public Attributes | |
Drawable * | drawable_ {} |
Geometry * | geometry_ {} |
Material * | material_ {} |
PipelineState * | pipelineState_ {} |
void * | userData_ {} |
unsigned | drawableIndex_ {} |
unsigned | pixelLightIndex_ { M_MAX_UNSIGNED } |
unsigned | vertexLightsHash_ {} |
unsigned | sourceBatchIndex_ {} |
unsigned | lightmapIndex_ {} |
float | distance_ {} |
GeometryType | geometryType_ {} |
Self-sufficient batch that can be sorted and rendered by RenderPipeline.