Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp281 static const int resourceAlignment = 128; in LoadResources() local
282 …urceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignment); in LoadResources()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp303 static const int resourceAlignment = 128; in LoadResources() local
304 …urceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignment); in LoadResources()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Utility.cpp67 const int resourceAlignment = 128; in LoadResources() local
68 resourceSet.buffer = nw::demo::Utility::LoadFile(allocator, resourcePath, resourceAlignment); in LoadResources()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp295 static const int resourceAlignment = 128; in LoadResources() local
296 …urceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignment); in LoadResources()