Files
wxWidgets/interface
Vadim Zeitlin b0d50ffe91 Add wxGLContext::GetProcAddress()
Implement this function as a trivial wrapper for wglGetProcAddress(),
glXGetProcAddressARB() or eglGetProcAddress() depending on the platform
(currently not implemented for macOS).

Account for the known bug in some Windows OpenGL drivers by checking for
manifestly invalid return values and handling them as null.

Use the new function in wxGL code itself and in the pyramid sample.

Closes #9215.

Closes #26209.
2026-02-20 15:26:58 +01:00
..
2026-02-20 15:26:58 +01:00