Examples: DirectX10/11/12: Made imgui_impl_dx10/dx11/dx12.cpp link d3dcompiler.lib from the .cpp file to ease integration.

This commit is contained in:
omar
2018-12-03 17:47:10 +01:00
parent 10e13dd6bb
commit 8d58055a54
4 changed files with 14 additions and 0 deletions

View File

@ -36,6 +36,8 @@ HOW TO UPDATE?
Breaking Changes:
Other Changes:
- Examples: DirectX10/11/12: Made imgui_impl_dx10/dx11/dx12.cpp link d3dcompiler.lib from the .cpp file
to ease integration.
-----------------------------------------------------------------------