Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h775 struct ResCameraDestroyer : public std::unary_function<ResCamera, void> struct
777 ResCameraDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() argument
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp73 ResCameraDestroyer(&this->GetAllocator())(m_OriginalValue); in ~Camera()