hasExtensions

Checks if the extension specified in the argument is in the open graphics library.

@trusted
bool
hasExtensions
(,
string name
)

Parameters

list ExtList

List of extensions. Leave it blank (using the following: '[]') for the function to calculate all the extensions by itself.

name string

The name of the extension you need.

Return Value

Type: bool

Extension search result. False if not found.

Meta