Click or drag to resize
SoGLExtensionDisableExtension Method

Disable a specific extension in software.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax
public static void DisableExtension(
	string extension
)

Parameters

extension
Type: SystemString
Remarks

The given extension will be disabled for any subsequent calls to isAvailable and for any existing contexts.

A list of extensions can be disabled using the environment variable OIV_DISABLED_GL_EXTENSION_LIST ( see OIV.Inventor.SoPreferences ).

See Also