Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp52 m_CommandLists(description.commandListCount, allocator), in CommandListSwapper()
65 m_CommandLists.resize(description.commandListCount); in CommandListSwapper()
79 m_ReusableCommandLists = CommandListArray(description.commandListCount, allocator), in CommandListSwapper()
80 m_ReusableCommandLists.resize(description.commandListCount); in CommandListSwapper()
Ddemo_GraphicsSystem.cpp154 swapperDescription.commandListCount = description.commandListCount; in Create()
/NW4C-2.0.3/include/nw/demo/
Ddemo_CommandListSwapper.h49 size_t commandListCount; //!< 生成するコマンドリストの数です。 member
Ddemo_GraphicsSystem.h132 size_t commandListCount; //!< 生成するコマンドリストの数です。 member
146 commandListCount(2), in Description()
/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp196 commandListSwapperDescription.commandListCount = 1; in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp207 commandListSwapperDescription.commandListCount = 1; in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp208 commandListSwapperDescription.commandListCount = 1; in InitializeGraphics()