Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderContext.h359 Model* GetModelCache() { return this->m_ModelCache; } in GetModelCache() function
365 const Model* GetModelCache() const { return this->m_ModelCache; } in GetModelCache() function
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp113 if (m_RenderContext->GetModelCache() != model) in RenderMesh()