SoGLExtensionExtSupported Method |
This routine is pretty quick.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static bool ExtSupported(
int contextID,
int ext
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Function ExtSupported (
contextID As Integer,
ext As Integer
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
static bool ExtSupported(
int contextID,
int ext
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member ExtSupported :
contextID : int *
ext : int -> bool
Parameters
- contextID
- Type: SystemInt32
- ext
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also