Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp800 void* startShadowCommandMemory = s_DeviceAllocator.Alloc(sizeof(StartShadowRenderCommand)); in InitializeScenes() local
801 NW_NULL_ASSERT(startShadowCommandMemory); in InitializeScenes()
802 s_StartShadowRenderCommand = new(startShadowCommandMemory) StartShadowRenderCommand( in InitializeScenes()
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp866 void* startShadowCommandMemory = s_DeviceAllocator.Alloc(sizeof(StartShadowRenderCommand)); in InitializeScenes() local
867 NW_NULL_ASSERT(startShadowCommandMemory); in InitializeScenes()
868 s_StartShadowRenderCommand = new(startShadowCommandMemory) StartShadowRenderCommand( in InitializeScenes()