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