This is the documentation for Enlighten.
class Enlighten ILimiter
class Enlighten::ILimiter
Interface which can prevent Enlighten tasks from starting in the current call to UpdateRadiosity.
Functions
Name | Description |
|---|---|
Defaulted to allow move. | |
Defaulted to allow move. | |
This function will be called when MultithreadCpuWorker is destroyed. | |
Free this object that was created within the Enlighten libraries. | |
Reset will be called before Enlighten processing begins. | |
Timeout should return FALSE if processing should continue and TRUE if processing should stop. |
Geo::NonCopyable::NonCopyable
public: NonCopyable
(
NonCopyable &&
)
Defaulted to allow move.
NonCopyable& Geo::NonCopyable::operator=
public: NonCopyable & operator=
(
NonCopyable &&
)
Defaulted to allow move.
virtual void Enlighten::ILimiter::Release
public: void Release()
This function will be called when MultithreadCpuWorker is destroyed.
virtual void Geo::IGeoReleasable::Release
public: void Release()
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
virtual void Enlighten::ILimiter::Reset
public: void Reset()
Reset will be called before Enlighten processing begins.