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