Tao.OpenGl SDK Documentation

GlExtensionLoader.IsExtensionSupported Method

Returns true if the extension with the given name is supported in the given context.

Overload List

Returns true if the extension with the given name is supported in the given context.

public static bool IsExtensionSupported(object,string);

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

public static bool IsExtensionSupported(string);

See Also

GlExtensionLoader Class | Tao.OpenGl Namespace