Rebel Fork Framework
|
#include <Urho3D/RenderPipeline/BatchStateCache.h>
Public Member Functions | |
bool | operator== (const BatchStateLookupKey &rhs) const |
unsigned | ToHash () const |
Public Attributes | |
unsigned | drawableHash_ {} |
unsigned | pixelLightHash_ {} |
GeometryType | geometryType_ {} |
Geometry * | geometry_ {} |
Material * | material_ {} |
Pass * | pass_ {} |
Key used to lookup cached pipeline states for PipelineBatch.
PipelineState creation may depend only on variables that contribute to BatchStateLookupKey: