Home
last modified time | relevance | path

Searched refs:ResFogData (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResFog.h40 struct ResFogData : public ResTransformNodeData struct
161 { return (ref().m_Flags & ResFogData::FLAG_ZFLIP_ENABLED) != 0; } in IsZFlip()
169 { return (ref().m_Flags & ResFogData::FLAG_ATTENUATE_DISTANCE_ENABLED) != 0; } in IsAttenuateDistance()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Fog.h183 struct ResFogDataDestroyer : public std::unary_function<ResFogData*, void>
208 typedef ut::MovePtr<ResFogData, ResFogDataDestroyer> ResPtr;
260 static ResFogData* CreateResFog(os::IAllocator* allocator, const char* name = NULL);
268 static void DestroyResFog(os::IAllocator* allocator, ResFogData* resFog);
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Fog.cpp104 /* static*/ ResFogData*
109 ResFogData* resFog = in CreateResFog()
110 AllocateAndFillN<ResFogData>(allocator, sizeof(ResFogData), 0); in CreateResFog()
162 Fog::DestroyResFog(os::IAllocator* allocator, ResFogData* resFog) in DestroyResFog()