Click or drag to resize
RenderAreaHardwareGpu Property

Sets the Graphics Processing Unit (GPU) used for rendering.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public string Gpu { set; }

Property Value

Type: String
Remarks

On X11 Linux, default value is the value of the environment variable DISPLAY. On Headless EGL Linux, default value is EGL_DEFAULT_DISPLAY. This feature only works on Linux with the modes OIV.RemoteViz.Rendering.ServiceSettings.RunModes.INVENTOR_SERVICE and OIV.RemoteViz.Rendering.ServiceSettings.RunModes.INVENTOR_APPLICATION. This value can be retrieved from RenderArea.getGpu.

See Also