This is the documentation for Enlighten.
class Enlighten BaseCubeMap
class Enlighten::BaseCubeMap
Base class used by the update manager to hold all of the resources for a cube map (regardless of where the solving happens).
Functions
Name | Description |
|---|---|
Defaulted to allow move. | |
Defaulted to allow move. | |
Free this object that was created within the Enlighten libraries. | |
Free this object that was created within the Enlighten libraries. | |
Property-setting functions which can be enqueued with EnqueueSetObjectParameter. | |
Property-setting functions which can be enqueued with EnqueueSetObjectParameter. | |
Sets an output texture for the system. | |
Property-setting functions which can be enqueued with EnqueueSetObjectParameter. |
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::BaseCubeMap::Release
protected: virtual 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 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)'