Tao.OpenGl SDK Documentation |
|
GlExtensionLoader.IsExtensionSupported Method (Object, String)
Returns true if the extension with the given name is supported in the given context.
[Visual Basic]
Overloads Public Shared Function IsExtensionSupported( _
ByVal
contextGl As
Object, _
ByVal
extname As
String _
) As
Boolean
[C#]
public static
bool IsExtensionSupported(
object contextGl,
string extname);
Parameters
-
contextGl
- The context which to query.
-
extname
- The extension name.
Return Value
See Also
GlExtensionLoader Class | Tao.OpenGl Namespace | GlExtensionLoader.IsExtensionSupported Overload List