Click or drag to resize
SoGLDeviceGetDeviceSettings Method

Returns an handle of the driver API allowing to modify profile of this device.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoGLDeviceSettings GetDeviceSettings()

Return Value

Type: SoGLDeviceSettings
Remarks

The return is depending of the driver manufacturer (NVidia, AMD, Intel...). Returns NULL if the API is not available. E.g.: For Intel driver, NULL is always returned.

See Also