Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Common.h55 const res::TextureList* pTextureList; member
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Material.cpp217 NW_NULL_ASSERT(resBlockSet.pTextureList); in Material()
219 …internal::ConvertOffsToPtr<res::Texture>(resBlockSet.pTextureList, sizeof(*resBlockSet.pTextureLis… in Material()
226 NW_ASSERT(texIdx < resBlockSet.pTextureList->texNum); in Material()
Dlyt_Layout.cpp221 resBlockSet.pTextureList = static_cast<const res::TextureList*>(dataPtr); in Build()