Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_AmbientLight.h182 struct ResAmbientLightDataDestroyer : public std::unary_function<ResAmbientLightData*, void> struct
184 ResAmbientLightDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() argument
195 typedef ut::MovePtr<ResAmbientLightData, ResAmbientLightDataDestroyer> ResPtr; argument
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_AmbientLight.cpp45 ResAmbientLightDataDestroyer(allocator)); in Create()