Click or drag to resize

RenderGpus Property

Get the list of Gpus available.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public ReadOnlyCollection<RenderGpu> Gpus { get; }

Property Value

Type: ReadOnlyCollectionRenderGpu
The gpus.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRender::IsDestroyed == true
Remarks
If the Gpu affinity is not available, the list is empty.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also