crosire / d3d8to9

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

No logging? #59

Closed triatomic closed 6 years ago

triatomic commented 6 years ago

Hi, is it possible for the wrapper not to give me any logs ? # #

CookiePLMonster commented 6 years ago

You can opt out of any logging by compiling the project with D3D8TO9NOLOG defined.

triatomic commented 6 years ago

can you please do it ? I don't have the tools nor knowledge in compiling codes. Sorry for any disturbance.

CookiePLMonster commented 6 years ago

d3d8.zip

triatomic commented 6 years ago

Much appreciated.