Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SortingMaterialIdGenerator.cpp91 bool operator() (const internal::MaterialKeyValue& keyValue, const u32 uniqueId) in operator ()()
93 return keyValue.uniqueId < uniqueId; in operator ()()
96 bool operator() (const u32 uniqueId, const internal::MaterialKeyValue& keyValue) in operator ()()
98 return keyValue.uniqueId > uniqueId; in operator ()()
141 materialKeyValue.uniqueId = uniquePtrId; in Generate()
148 (*iter).uniqueId = uniquePtrId; in Generate()
188 equal_range(m_Materials.begin(), m_Materials.end(), (*shaderIter).uniqueId, in Generate()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_SortingMaterialIdGenerator.h35 u32 uniqueId; member