Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderContext.h401 Model* GetModelCache() { return this->m_ModelCache; } in GetModelCache() function
407 const Model* GetModelCache() const { return this->m_ModelCache; } in GetModelCache() function
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp165 if (m_RenderContext->GetModelCache() != model) in RenderSeparateDataShape()