 | 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
Syntaxpublic 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 InformationLumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also