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