Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp278 static const int resourceAlignment = 128; in LoadResources() local
279 …urceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignment); in LoadResources()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Utility.cpp43 const int resourceAlignment = 128; in LoadResources() local
44 resourceSet.buffer = nw::demo::Utility::LoadFile(allocator, resourcePath, resourceAlignment); in LoadResources()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp292 static const int resourceAlignment = 128; in LoadResources() local
293 …urceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignment); in LoadResources()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp300 static const int resourceAlignment = 128; in LoadResources() local
301 …urceSet.buffer = nw::demo::Utility::LoadFile(&s_DeviceAllocator , resourcePath, resourceAlignment); in LoadResources()