| 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; }
public:
property ReadOnlyCollection<RenderGpu^>^ Gpus {
ReadOnlyCollection<RenderGpu^>^ get ();
}
Property Value
Type:
ReadOnlyCollectionRenderGpu
The gpus.
Exceptions 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