isGLExtensionSupported

Wraps SDL_GL_ExtensionSupported which checks whether an OpenGL extension is supported

@safe @trusted
bool
isGLExtensionSupported
(
string extension
)

Parameters

extension string

name of the OpenGL extension

Return Value

Type: bool

true if the extension is supported, otherwise false

Meta