Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[usdviewq] Workaround apparent PySide6 GL bug
Recent versions of PySide6 can apparently leave the setting of glDepthMask set to false in the GL context. As a simple workaround we always set glDepthMask to true before executing GL drawing or picking operations. Fixes #2996 Fixes #3009 (Internal change: 2330403)
- Loading branch information