Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp806 void* endShadowCommandMemory = s_DeviceAllocator.Alloc(sizeof(EndShadowRenderCommand)); in InitializeScenes() local
807 NW_NULL_ASSERT(endShadowCommandMemory); in InitializeScenes()
808 …s_EndShadowRenderCommand = new(endShadowCommandMemory) EndShadowRenderCommand(commandListSwapper, … in InitializeScenes()
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp872 void* endShadowCommandMemory = s_DeviceAllocator.Alloc(sizeof(EndShadowRenderCommand)); in InitializeScenes() local
873 NW_NULL_ASSERT(endShadowCommandMemory); in InitializeScenes()
874 …s_EndShadowRenderCommand = new(endShadowCommandMemory) EndShadowRenderCommand(commandListSwapper, … in InitializeScenes()