Searched refs:pTextureList (Results 1 – 3 of 3) sorted by relevance
55 const res::TextureList* pTextureList; member
217 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()
221 resBlockSet.pTextureList = static_cast<const res::TextureList*>(dataPtr); in Build()