Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleMaterialActivator.cpp74 RenderContext::MaterialHash materialHash = renderContext->GetMaterialHash(); in Activate()
Dgfx_MaterialActivator.cpp67 RenderContext::MaterialHash materialHash = renderContext->GetMaterialHash(); in Activate()
Dgfx_SimpleMaterialActivator.cpp80 RenderContext::MaterialHash materialHash = renderContext->GetMaterialHash(); in Activate()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderContext.h430 MaterialHash GetMaterialHash() { return this->m_MaterialHash; } in GetMaterialHash() function
433 const MaterialHash* GetMaterialHash() const { return &this->m_MaterialHash; } in GetMaterialHash() function