crosire / d3d8to9

A D3D8 pseudo-driver which converts API calls and bytecode shaders to equivalent D3D9 ones.
BSD 2-Clause "Simplified" License
927 stars 83 forks source link

Fix missing dll export and missing rc file inclusion in CMake build #122

Closed rafalh closed 3 years ago

rafalh commented 3 years ago

I tested the dll with those changes and it works for me correctly. I am not sure if MSVC will handle re-encoded rc file correctly, please test it.