SoGLDeviceGetDeviceSettings Method |
Returns an handle of the driver API allowing to modify profile of this device.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoGLDeviceSettings GetDeviceSettings()
Public Function GetDeviceSettings As SoGLDeviceSettings
public:
SoGLDeviceSettings^ GetDeviceSettings()
member GetDeviceSettings : unit -> SoGLDeviceSettings
Return Value
Type:
SoGLDeviceSettingsRemarks 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