Tao.OpenGl SDK Documentation

GlExtensionLoader.LoadExtension Method (String)

Attempt to load the extension with the specified name into the global static context. Returns true on success.

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

Parameters

extname
The extension name.

Return Value

See Also

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