Tao.OpenGl SDK Documentation

Gl.IsExtensionSupported Method (String)

Determines whether the specified OpenGL extension category is available in the current OpenGL context. Equivalent to IsExtensionSupported(name, true)

[Visual Basic]
Overloads Public Shared Function IsExtensionSupported( _
   ByVal name As String _
) As Boolean
[C#]
public static bool IsExtensionSupported(
   string name
);

Parameters

name
The string for the OpenGL extension category (eg. "GL_ARB_multitexture")

Return Value

True if the specified extension is available, false otherwise.

See Also

Gl Class | Tao.OpenGl Namespace | Gl.IsExtensionSupported Overload List