GRGlInterface.HasExtension(String) Method

Definition

Checks to see if the underlying OpenGL backend has the specified extension.

public bool HasExtension (string extension);

Parameters

extension
String

The extension to check for.

Returns

Returns true if the backend has the extension, otherwise false.

Applies to