Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp165 …s32 deactivateCommandSize = internal::CalcSetupDeactivateVertexAttributeCommandSize(separateShape,… in Setup() local
167 void* buffer = allocator->Alloc( activateCommandSize + deactivateCommandSize, 4 ); in Setup()
169 … internal::CommandBufferInfo bufferInfo(buffer, activateCommandSize + deactivateCommandSize); in Setup()
175 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize + deactivateCommandSize); in Setup()
181 ref().m_DeactivateCommandCacheSize = deactivateCommandSize; in Setup()