Skip to content

gl/context/wgl: implement a better get_proc_address()

Matthew Waters requested to merge ystreet/gst-plugins-base:gl-wgl-opengl into master

Look in opengl32.dll first, then wglGetProcAddress(), and only then possibly from any linked in libraries.

Fixes dual WGL/EGL stacks.

Merge request reports