Home
last modified time | relevance | path

Searched refs:materialKeyValue (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SortingMaterialIdGenerator.cpp104 internal::MaterialKeyValue materialKeyValue; in Accept() local
105 materialKeyValue.key = reinterpret_cast<u32>(material->GetOriginal().ptr()); in Accept()
106 materialKeyValue.material = material; in Accept()
108 bool isPushed = m_Materials.push_back(materialKeyValue); in Accept()
138 internal::MaterialKeyValue materialKeyValue; in Generate() local
139 materialKeyValue.uniqueId = uniquePtrId; in Generate()
140 materialKeyValue.key = key; in Generate()
141 materialKeyValue.subKey = resMaterial.GetFragmentLightingTableHash(); in Generate()
142 materialKeyValue.material = (*iter).material; in Generate()
143 m_MaterialsWorkSpace.push_back(materialKeyValue); in Generate()