Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp810 void* startCommandMemory = s_DeviceAllocator.Alloc(sizeof(StartRenderCommand)); in InitializeScenes() local
811 NW_NULL_ASSERT(startCommandMemory); in InitializeScenes()
812 …s_StartRenderCommand = new(startCommandMemory) StartRenderCommand(s_RenderSystem, s_RenderTargets[… in InitializeScenes()
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp876 void* startCommandMemory = s_DeviceAllocator.Alloc(sizeof(StartRenderCommand)); in InitializeScenes() local
877 NW_NULL_ASSERT(startCommandMemory); in InitializeScenes()
878 …s_StartRenderCommand = new(startCommandMemory) StartRenderCommand(s_RenderSystem, s_RenderTargets[… in InitializeScenes()