Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::PrecomputeParameters

The arguments to the HLBS precompute process.

Variables

NameDescription
bool m_DebugTool

If true, the precompute uses the debug configuration of the build tools.

PrecomputeDistribute m_Distribute

The way the precompute process should be distributed.

bool m_DumpInputs

If true, the precompute dumps additional data for debugging and testing.

Geo::u32 m_MemoryLimit

Limit the percentage of the total system memory available to the precompute.

bool m_SampleFramework

Advanced.

bool m_Unattended

If true, the precompute does not wait for user input when an error occurs.

bool m_ValidateXML

If true, do xml validation.

Functions


Anchor
af66dc208db265a28d827c26209730dda
af66dc208db265a28d827c26209730dda

Enlighten::PrecomputeParameters::PrecomputeParameters

...

public: PrecomputeParameters
(
    PrecomputeDistribute distribute,
    Geo::u32 memoryLimit,
    bool sampleFramework,
    bool unattended
)

...

Constructor.