How to get OpenGL 4.3+ support using nvidia drivers? #1086
jessey-git
started this conversation in
General
Replies: 1 comment
-
Gpu acceleration in WSL2 is done by the d3d12 driver from mesa and is limited to OpenGL 4.2 for now. You can follow the progress here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently a project I contribute to has moved to requiring a minimum of OpenGL 4.3. Unfortunately I only seem able to get up to 4.2 using nvidia drivers, even though the hardware is capable of full 4.6:
Do I have any options forward here besides using
LIBGL_ALWAYS_SOFTWARE=1
which "works" but is so slow it might as well not.Beta Was this translation helpful? Give feedback.
All reactions