Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Material.h235 ResMaterial& GetAlphaTestResMaterial() { return m_AlphaTestResMaterial; } in GetAlphaTestResMaterial() function
238 const ResMaterial& GetAlphaTestResMaterial() const { return m_AlphaTestResMaterial; } in GetAlphaTestResMaterial() function
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_MaterialActivator.cpp184 const ResMaterial resAlphaTestResMaterial = material->GetAlphaTestResMaterial(); in Activate()