Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Material.h274 struct ResMaterialDestroyer : public std::unary_function<ResMaterial, void> struct
276 ResMaterialDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() argument
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Material.cpp245 m_Buffers.begin(), m_Buffers.end(), ResMaterialDestroyer(&this->GetAllocator())); in ~Material()