Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SortingMaterialIdGenerator.cpp89 bool operator() (const internal::MaterialKeyValue& keyValue, const u32 uniqueId) in operator ()()
91 return keyValue.uniqueId < uniqueId; in operator ()()
94 bool operator() (const u32 uniqueId, const internal::MaterialKeyValue& keyValue) in operator ()()
96 return keyValue.uniqueId > uniqueId; in operator ()()
139 materialKeyValue.uniqueId = uniquePtrId; in Generate()
146 (*iter).uniqueId = uniquePtrId; in Generate()
186 equal_range(m_Materials.begin(), m_Materials.end(), (*shaderIter).uniqueId, in Generate()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SortingMaterialIdGenerator.h33 u32 uniqueId; member