microsoft / DirectXTex

DirectXTex texture processing library
https://walbourn.github.io/directxtex/
MIT License
1.74k stars 426 forks source link

Add ability to build with DX11 support including shaders in MINGW. #447

Closed JPeterMugaas closed 4 months ago

JPeterMugaas commented 5 months ago

This uses a wine-compatible (fxc2) program available in MSYS2. The program home page is: # https://github.com/mozilla/fxc2/ .

walbourn commented 4 months ago

Please rebase (not merge) against main.

JPeterMugaas commented 4 months ago

I've reevaluated the entire situation and I have another solution to my issue.