Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Common.h57 const res::TextureList* pTextureList; member
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Material.cpp219 NW_NULL_ASSERT(resBlockSet.pTextureList); in Material()
221 …internal::ConvertOffsToPtr<res::Texture>(resBlockSet.pTextureList, sizeof(*resBlockSet.pTextureLis… in Material()
228 NW_ASSERT(texIdx < resBlockSet.pTextureList->texNum); in Material()
Dlyt_Layout.cpp223 resBlockSet.pTextureList = static_cast<const res::TextureList*>(dataPtr); in Build()