SoGLDeviceFindFirstAvailableDevice Method |
Returns the first available device found in the system.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoGLDevice FindFirstAvailableDevice()
Public Shared Function FindFirstAvailableDevice As SoGLDevice
public:
static SoGLDevice^ FindFirstAvailableDevice()
static member FindFirstAvailableDevice : unit -> SoGLDevice
Return Value
Type:
SoGLDeviceRemarks Since Open Inventor version 9.7.2, this is guaranteed to be the device that Open Inventor will actually use for rendering.
See Also