On Wed Oct 22 14:18:33 2025 +0000, Rémi Bernon wrote:
Arguably I think this is incorrect in the first place, unlike Vulkan, GL functions may be queried without a context and they get dispatched when called instead.
It is correct and we have tests for that. I think you're confusing it with EGL/GLX, which indeed returns context-independent pointers, so they don't need an active context. WGL is different than that. Returned pointers are documented to be context-dependent and may even be valid between contexts.