Skip to content

opengl: gl_api: remove extension field

The clients wanting to find an extension are now using vlc_gl_HasExtension, which doesn't prevent from using a Core OpenGL profile, as opposed to the glGetString(GL_EXTENSIONS) call.

Merge request reports