SoLDMResourceParametersnumPrefetchThread Property |
Number of threads used by the tile prefetch mechanism.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFInt32 numPrefetchThread { get; }
Public ReadOnly Property numPrefetchThread As SoSFInt32
Get
public:
property SoSFInt32^ numPrefetchThread {
SoSFInt32^ get ();
}
member numPrefetchThread : SoSFInt32 with get
Property Value
Type:
SoSFInt32Remarks 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