Determines whether the specified OpenGL extension category is available in the current OpenGL context. Equivalent to IsExtensionSupported(name, true)
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);
Gl Class | Tao.OpenGl Namespace