| 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: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoGLDeviceSettings GetDeviceSettings()
Public Function GetDeviceSettings As SoGLDeviceSettings
public:
SoGLDeviceSettings^ GetDeviceSettings()
member GetDeviceSettings : unit -> SoGLDeviceSettings 
Return Value
Type: 
SoGLDeviceSettings
RemarksThe 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