When creating `GPUSecondaryContext`s, `epoxy_gl_version` returns 0 and `epoxy_has_gl_extension` always returns false. This is caused by `GPU_context_create` being called without the ghost context being activated. Activating it fixes the issue. Pull Request: https://projects.blender.org/blender/blender/pulls/142715