microsoft / WPFDXInterop

Repo for WPF DX Interop support
MIT License
307 stars 98 forks source link

DX - WPF interop in windows 10 #35

Open mprevot opened 6 years ago

mprevot commented 6 years ago

I discovered that d3dx11.h couldn't be found in the windows 10 sdk, and that the DX10/11-WPF interop was maybe deprecated. Is there any update possible for WPF-DX12/W10 interop ? In particular something that allows display of DX12 content in a WPF window ?

Best