Commit aa4d4ff2 authored by Emmanuel Gil Peyrot's avatar Emmanuel Gil Peyrot
Browse files

Frontends, VideoCore: Move glad initialisation to the frontend

On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the
default function loader, and fixes a crash when using apitrace with an
EGL context.

On Qt we will need to migrate from QGLWidget to QOpenGLWidget and
QOpenGLContext before we can use gladLoadGLLoader() instead of
gladLoadGL(), since the former doesn’t expose a function loader.
parent 75cbfeee
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment