Home
last modified time | relevance | path

Searched refs:m_DeactivateCommandCache (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp180 …ref().m_DeactivateCommandCache = nw::ut::AddOffsetToPtr( ref().m_ActivateCommandCache, activateCom… in Setup()
219 if ( ref().m_DeactivateCommandCache != NULL ) in Cleanup()
221 ref().m_DeactivateCommandCache = NULL; in Cleanup()
227 NW_ASSERT( ref().m_DeactivateCommandCache == NULL ); in Cleanup()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResMesh.h45 void* m_DeactivateCommandCache; member
/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderContext.h701 NW_NULL_ASSERT( mesh.ref().m_DeactivateCommandCache ); in DeactivateVertexAttribute()
703 …internal::NWUseCmdlist( mesh.ref().m_DeactivateCommandCache, mesh.ref().m_DeactivateCommandCacheSi… in DeactivateVertexAttribute()