Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp166 …s32 activateCommandSize = internal::CalcSetupActivateVertexAttributeCommandSize(separateShape, s… in Setup() local
169 void* buffer = allocator->Alloc( activateCommandSize + deactivateCommandSize, 4 ); in Setup()
171 … internal::CommandBufferInfo bufferInfo(buffer, activateCommandSize + deactivateCommandSize); in Setup()
174 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize); in Setup()
177 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize + deactivateCommandSize); in Setup()
180 ref().m_ActivateCommandCacheSize = activateCommandSize; in Setup()
182 …activateCommandCache = nw::ut::AddOffsetToPtr( ref().m_ActivateCommandCache, activateCommandSize ); in Setup()