VKD3D only work for D3D12 ?

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

VKD3D only work for D3D12 ?

Post by aug »

In link below
https://wiki.winehq.org/Vkd3d
have the information
"Wine uses vkd3d libraries for its implementation of Direct3D 12"

WINE use VKD3D only for softwares using D3D12 or also for D3D9, D3D10 and OpenGL ?

Thanks for read.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: VKD3D only work for D3D12 ?

Post by jkfloris »

For DirectX9, 10 and 11, wined3d is used.
This can also be done with dxvk, but that is not an official Wine project.
OpenGL also works with Linux and therefore does not need to be "translated".
aug
Level 3
Level 3
Posts: 75
Joined: Sat Oct 30, 2021 4:21 am

Re: VKD3D only work for D3D12 ?

Post by aug »

Thanks for your reply.
Have an nice day.
Locked