Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Camera.h708 struct ResCameraDestroyer : public std::unary_function<ResCamera, void> struct
710 ResCameraDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() argument
712 result_type operator()(argument_type data) in operator()
717 os::IAllocator* m_Allocator;