Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp174 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize); in Setup()
177 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize + deactivateCommandSize); in Setup()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CommandUtil.h1430 …size_t GetCurrentSize() const { return nw::ut::GetOffsetFromPtr( m_TopAddress, m_CurrentAddress );… in GetCurrentSize() function