class Enlighten::ISystemSolutionSpace
A solution space for a system.
Functions
Name | Description |
---|---|
GetOutputTexture(OutputTextureType, bool) | Get the output texture from the solution space. Useful when you use IGpuTextureAllocator to allocate the textures. |
GetRadiosityCore() | Get the RadSystemCore object which this solution space represents. |
IsReadyForRendering(OutputTextureType) | Returns true if the texture has been solved at least once and is ready for rendering. |
NonCopyable(NonCopyable &&) | Defaulted to allow move. |
operator=(NonCopyable &&) | Defaulted to allow move. |
Release() | Free this object that was created within the Enlighten libraries. |
Anchor | ||||
---|---|---|---|---|
|
virtual IGpuTexture* Enlighten::ISystemSolutionSpace::GetOutputTexture
...
public: IGpuTexture * GetOutputTexture
(
OutputTextureType textureType,
bool forceGet
) const
...
Get the output texture from the solution space. Useful when you use IGpuTextureAllocator to allocate the textures.
Anchor | ||||
---|---|---|---|---|
|
virtual const RadSystemCore* Enlighten::ISystemSolutionSpace::GetRadiosityCore
...
public: const RadSystemCore * GetRadiosityCore() const
...
Get the RadSystemCore object which this solution space represents.
Anchor | ||||
---|---|---|---|---|
|
virtual bool Enlighten::ISystemSolutionSpace::IsReadyForRendering
...
public: bool IsReadyForRendering
(
OutputTextureType textureType
) const
...
Returns true if the texture has been solved at least once and is ready for rendering.
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 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)'