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 |
---|---|
NonCopyable(NonCopyable &&) | Defaulted to allow move. |
operator=(NonCopyable &&) | Defaulted to allow move. |
Release() | Free this object that was created within the Enlighten libraries. |
Release() | Free this object that was created within the Enlighten libraries. |
SetEmissiveEnvironment(Geo::GeoGuid) | Property-setting functions which can be enqueued with EnqueueSetObjectParameter. |
SetFramesPerUpdate(Geo::s32) | Property-setting functions which can be enqueued with EnqueueSetObjectParameter. |
SetGpuTexture(IGpuTexture *) | Sets an output texture for the system. |
SetUpdateCounter(Geo::s32) | Property-setting functions which can be enqueued with EnqueueSetObjectParameter. |
Anchor | ||||
---|---|---|---|---|
|
Geo::NonCopyable::NonCopyable
...
public: NonCopyable
(
NonCopyable &&
)
...
Defaulted to allow move.
Anchor | ||||
---|---|---|---|---|
|
NonCopyable& Geo::NonCopyable::operator=
...
public: NonCopyable & operator=
(
NonCopyable &&
)
...
Defaulted to allow move.
Anchor | ||||
---|---|---|---|---|
|
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)'
Anchor | ||||
---|---|---|---|---|
|
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)'
Anchor | ||||
---|---|---|---|---|
|
void Enlighten::BaseCubeMap::SetEmissiveEnvironment
...
public: void SetEmissiveEnvironment
(
Geo::GeoGuid id
)
...
Property-setting functions which can be enqueued with EnqueueSetObjectParameter.
Anchor | ||||
---|---|---|---|---|
|
void Enlighten::BaseCubeMap::SetFramesPerUpdate
...
public: void SetFramesPerUpdate
(
Geo::s32 f
)
...
Property-setting functions which can be enqueued with EnqueueSetObjectParameter.
Anchor | ||||
---|---|---|---|---|
|
virtual void Enlighten::BaseCubeMap::SetGpuTexture
...
public: virtual void SetGpuTexture
(
IGpuTexture * gpuTexture
)
...
Sets an output texture for the system.
Anchor | ||||
---|---|---|---|---|
|
void Enlighten::BaseCubeMap::SetUpdateCounter
...
public: void SetUpdateCounter
(
Geo::s32 c
)
...
Property-setting functions which can be enqueued with EnqueueSetObjectParameter.