This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Enlighten::PrecomputeParameters

The arguments to the HLBS precompute process.

Variables

Name Description
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.

Functions


Enlighten::PrecomputeParameters::PrecomputeParameters


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


Constructor.

  • No labels