protonscr

Does this work for WPF as well?

dxvkclosed
doitsujin/dxvk#340 · opened 2018-05-04 by vadi2 · updated 2019-06-18 · 4 comments · github
Vvadi2 2018-05-04 github

Just curious, since WPF (Windows Presentation Framework) is DX-based, would improvements dxvk is bringing translate to WPF-based applications as well?

Ddoitsujin maintainer 2018-05-04 github

Highly doubt it and I don't plan to support such applications.

Reasons why this won't work are:

  • DXVK's DXGI implementation is incomplete and broken
  • It doesn't support D3D<->GDI interop (might be an issue)
  • It doesn't support any D3D version other than D3D11, WPF probably uses a mixture of D3D9, 10 and 11.
Vvadi2 2018-05-04 github

Makes sense - thanks for your work!

Ccagnulein 2019-06-18 github

Is there any news about it?

KK0bin maintainer 2019-06-18 github

IIRC WPF is built on D3D9.

Nothing extracted yet.