cmbruns / pyopenxr

Unofficial python bindings for OpenXR access to VR and AR devices
Apache License 2.0
103 stars 8 forks source link

Workaround to restore OpenGL context when using SteamVR on Linux #62

Closed el-dee closed 2 years ago

el-dee commented 2 years ago

This PR adds the recommended workaround for the SteamVR bug https://github.com/ValveSoftware/SteamVR-for-Linux/issues/421 and should fix https://github.com/cmbruns/pyopenxr/issues/55

With this modification, the gl_context_fix_layer layer is no longer needed to run gl_example.py