| RenderGpuDeviceAttribute Enumeration |
The RenderGpuDeviceAttribute enumeration defines the Gpu attributes
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax [FlagsAttribute]
public enum RenderGpuDeviceAttribute
[FlagsAttribute]
public enum class RenderGpuDeviceAttribute
Members
| Member name | Value | Description |
---|
| None | 0 |
The Gpu has no attributes.
|
| Primary | 1 |
The Gpu is the primary one.
|
| AttachedToDesktop | 2 |
The Gpu is attached to the desktop.
|
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also