ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.08k stars 1.28k forks source link

OpenGL sample does not work with Oculus Quest 2 #1556

Open drian0 opened 3 years ago

drian0 commented 3 years ago

System:

Steps:

Expected:

Actual

Do you know how to resolve this issue?

SDraw commented 3 years ago

If you have AMD GPU with latest drivers installed, then you've run into bigger problem. Latest AMD drivers break functionality of OpenGL (example 1, example 2). In this case, you can only rollback to version of drivers released near December of 2020. P.s. Same issue happened to my dashboard applications for several AMD users, thought about errors in context creation, but actual problem is much severe.

drian0 commented 3 years ago

I do not have an AMD GPU but rather a nvidia geforce rtx 2060 card.