Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_Material.h115 return this->m_Owner; in GetOwnerModel()
124 return this->m_Owner; in GetOwnerModel()
375 Model* m_Owner; variable
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Material.cpp51 m_Owner(owner), in Material()
278 NW_NULL_ASSERT(this->m_Owner); in CreateBuffers()
279 bit32 bufferOption = m_Owner->GetBufferOption(); in CreateBuffers()