Urho3D
|
Instanced draw call grouping key. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/Batch.h>
Public Member Functions | |
BatchGroupKey ()=default | |
Construct undefined. | |
BatchGroupKey (const Batch &batch) | |
Construct from a batch. | |
bool | operator== (const BatchGroupKey &rhs) const |
Test for equality with another batch group key. | |
bool | operator!= (const BatchGroupKey &rhs) const |
Test for inequality with another batch group key. | |
hash32 | ToHash () const |
Return hash value. | |
Public Attributes | |
Zone * | zone_ |
Zone. | |
LightBatchQueue * | lightQueue_ |
Light properties. | |
Pass * | pass_ |
Material pass. | |
Material * | material_ |
Material. | |
Geometry * | geometry_ |
Geometry. | |
i8 | renderOrder_ |
8-bit render order modifier from material. | |
Instanced draw call grouping key.