Tao.OpenGl SDK Documentation |
|
Gl.IsExtensionSupported Method (String, Boolean)
Determines whether the specified OpenGL extension category is available in the current OpenGL context.
[Visual Basic]
Overloads Public Shared Function IsExtensionSupported( _
ByVal
name As
String, _
ByVal
useCache As
Boolean _
) As
Boolean
[C#]
public static
bool IsExtensionSupported(
string name,
bool useCache);
Parameters
-
name
- The string for the OpenGL extension category (eg. "GL_ARB_multitexture")
-
useCache
- If true, the results will be cached to speed up future results.
Return Value
True if the specified extension is available, false otherwise.
See Also
Gl Class | Tao.OpenGl Namespace | Gl.IsExtensionSupported Overload List