Function isGLExtensionSupported
Wraps SDL_GL_ExtensionSupported
which checks whether an OpenGL extension is supported
bool isGLExtensionSupported
(
string extension
) @trusted;
Parameters
Name | Description |
---|---|
extension | name of the OpenGL extension |
Returns
true
if the extension is supported, otherwise false