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 |
|---|---|
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. |
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)'
void Enlighten::BaseCubeMap::SetEmissiveEnvironment
public: void SetEmissiveEnvironment
(
Geo::GeoGuid id
)
Property-setting functions which can be enqueued with EnqueueSetObjectParameter.
void Enlighten::BaseCubeMap::SetFramesPerUpdate
public: void SetFramesPerUpdate
(
Geo::s32 f
)
Property-setting functions which can be enqueued with EnqueueSetObjectParameter.
virtual void Enlighten::BaseCubeMap::SetGpuTexture
public: virtual void SetGpuTexture
(
IGpuTexture * gpuTexture
)