Home
last modified time | relevance | path

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

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