Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp58 m_ReusableCommandLists(), in CommandListSwapper()
79 m_ReusableCommandLists = CommandListArray(description.commandListCount, allocator), in CommandListSwapper()
80 m_ReusableCommandLists.resize(description.commandListCount); in CommandListSwapper()
81 CommandListArray::iterator cacheEnd = m_ReusableCommandLists.end(); in CommandListSwapper()
82 for (CommandListArray::iterator commandList = m_ReusableCommandLists.begin(); in CommandListSwapper()
316 NW_ASSERT( !m_ReusableCommandLists.empty() ); in StartCommandSave()
318 nngxBindCmdlist(m_ReusableCommandLists[m_BoundIndex]); in StartCommandSave()
328 NW_ASSERT( !m_ReusableCommandLists.empty() ); in EndCommandSave()
347 NW_ASSERT( !m_ReusableCommandLists.empty() ); in ReuseCommand()
350 m_ReusableCommandLists[m_BoundIndex], in ReuseCommand()
[all …]
/NW4C-2.0.3/include/nw/demo/
Ddemo_CommandListSwapper.h328 CommandListArray m_ReusableCommandLists; variable