-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] OpenXR: xrCreateSwapchain changes current OpenGL context #421
Comments
same for |
This also breaks |
Made a quick&dirty API layer https://github.com/ChristophHaag/gl_context_fix_layer After every of the affected OpenXR API calls it calls glxMakeCurrent() with the |
This issue appears to have been fixed in 1.25 (though I see nothing obviously related in the release notes): Anyway, it works for me without workarounds in 1.26.2. I guess this issue can be closed now. |
I haven't tried it but I take your word for it :) |
I believe this is a regression in 1.16.x.
This message would be printed with 1.16.x.
Applications now have to call
after creating swapchains, which is quite unexpected behavior.
The text was updated successfully, but these errors were encountered: