Click or drag to resize
SoGLExtensionGetExtID Method

Methods to quickly figure out if an OpenGL extension is available at run-time.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static int GetExtID(
	string str
)

Parameters

str
Type: SystemString

Return Value

Type: Int32
Remarks

This is the slow routine convert from a string to an integer. The integer should be saved to do quick lookups:

See Also