Tao.OpenGl SDK Documentation

GlExtensionLoader.IsExtensionSupported Method (String)

Returns trueif the extension with the given name is supported in the global static context.

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

Parameters

extname
The extension name.

Return Value

See Also

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