Click or drag to resize
SoLDMResourceParametersnumPrefetchThread Property

Number of threads used by the tile prefetch mechanism.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFInt32 numPrefetchThread { get; }

Property Value

Type: SoSFInt32
Remarks

Tile prefetch is activated when LDM_USE_PREFETCH_OPTIM and LDM_USE_IN_MEM_COMPRESSION are set to true. Default value is -1, meaning the maximum number of threads will be used.

See Also