amerkoleci / Vortice.Windows

.NET bindings for Direct3D12, Direct3D11, WIC, Direct2D1, XInput, XAudio, X3DAudio, DXC, Direct3D9 and DirectInput.
MIT License
1.01k stars 73 forks source link

Fix project reference depended upon in Mappings.xml. #302

Closed Axiverse closed 2 years ago

Axiverse commented 2 years ago

This fixes the build errors on DirectML/DirectComposition, still looking into Dxc build breaks, doesn't seem to resolve the same way.

Axiverse commented 2 years ago

Something is weird about Dxc's SharpGen.Runtime.COM reference. The only other project that references it is DirectX. I can resolve build errors by switching Dxc's dependency to DirectX instead of SharpGen.Runtime.COM, but that may not be what we want.

Axiverse commented 2 years ago

Uhh, got it to build once and now it keeps building. However GitHub build seems to be failing with no errors.