Tao.OpenGl SDK Documentation

Gl.IsExtensionSupported Method

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

Overload List

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

public static bool IsExtensionSupported(string);

Determines whether the specified OpenGL extension category is available in the current OpenGL context.

public static bool IsExtensionSupported(string,bool);

See Also

Gl Class | Tao.OpenGl Namespace