Home
last modified time | relevance | path

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

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