Rebel Fork Framework
Urho3D::CachedUIBatchState Struct Reference

Pipeline state UI batch cache entry. May be invalid. More...

#include <Urho3D/RenderPipeline/BatchStateCache.h>

Public Attributes

SharedPtr< PipelineState > pipelineState_
 Whether the PipelineState is invalidated and should be recreated.
 
std::atomic_bool invalidated_ { true }
 
unsigned materialHash_ {}
 
unsigned passHash_ {}
 

Detailed Description

Pipeline state UI batch cache entry. May be invalid.

Member Data Documentation

◆ materialHash_

unsigned Urho3D::CachedUIBatchState::materialHash_ {}

Hashes of corresponding objects at the moment of pipeline state creation


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