Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp49 m_CommandLists(description.commandListCount, allocator), in CommandListSwapper()
61 m_CommandLists.resize(description.commandListCount); in CommandListSwapper()
75 m_ReusableCommandLists = CommandListArray(description.commandListCount, allocator), in CommandListSwapper()
76 m_ReusableCommandLists.resize(description.commandListCount); in CommandListSwapper()
Ddemo_GraphicsSystem.cpp149 swapperDescription.commandListCount = description.commandListCount; in Create()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmRenderSystem.h86 size_t commandListCount; //!< 生成するコマンドリストの数です。 member
100 commandListCount(2), in Description()
/NW4C-1.2.23/include/nw/demo/
Ddemo_CommandListSwapper.h47 size_t commandListCount; //!< 生成するコマンドリストの数です。 member
Ddemo_GraphicsSystem.h130 size_t commandListCount; //!< 生成するコマンドリストの数です。 member
144 commandListCount(2), in Description()
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp194 commandListSwapperDescription.commandListCount = 1; in InitializeGraphics()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp206 commandListSwapperDescription.commandListCount = 1; in InitializeGraphics()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp205 commandListSwapperDescription.commandListCount = 1; in InitializeGraphics()