Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TexResource.cpp29 const int RESOURCE_ALIGNMENT = 128; in Set() local
44 NW_ASSERT((u32)(pTexRes) % RESOURCE_ALIGNMENT == 0); in Set()
45 if (!((u32)(pTexRes) % RESOURCE_ALIGNMENT == 0)) in Set()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DGfxCtrl.cpp39 static const int RESOURCE_ALIGNMENT = 128; in LoadResources() local
41 …rceSet->buffer = nw::demo::Utility::LoadFile( deviceAllocator , resourcePath, RESOURCE_ALIGNMENT ); in LoadResources()