Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_LightSet.cpp45 void* memoryArray = allocator->Alloc(sizeof(VertexLight*) * m_Description.maxVertexLights); in Create() local
46 …lightSet->m_VertexLights = VertexLightArray(memoryArray, m_Description.maxVertexLights, allocator); in Create()
79 void* memoryArray = allocator->Alloc(sizeof(VertexLight*) * description.maxVertexLights); in Create() local
80 … lightSet->m_VertexLights = VertexLightArray(memoryArray, description.maxVertexLights, allocator); in Create()