WINE has internal OpenGL settings ?

Questions about Wine on Linux
Locked
aug
Level 3
Level 3
Posts: 69
Joined: Sat Oct 30, 2021 4:21 am

WINE has internal OpenGL settings ?

Post by aug »

Hello.
Thanks for reading my topic.
For D3D is possible install DXVK or use WINE VKD3D.
For OpenGL is being used WINE internal OpenGL code or the host OpenGL ?
WINE have any way to configure OpenGL settings ? Not is about ingame OpenGL settings, but settings related with WINE OS.

Have an nice day.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: WINE has internal OpenGL settings ?

Post by jkfloris »

Wine uses the OpenGL settings of the host.
For example, if you are using MESA, then you can also use MESA's environment variables.

Code: Select all

MESA_GL_VERSION_OVERRIDE=4.5 wine program.exe
aug
Level 3
Level 3
Posts: 69
Joined: Sat Oct 30, 2021 4:21 am

Re: WINE has internal OpenGL settings ?

Post by aug »

Thanks.
Locked