microsoft / D3D12TranslationLayer

A library containing utilities for mapping higher-level graphics work to D3D12
MIT License
329 stars 47 forks source link

Allow build with clang_cl in VisualStudio without PIX #74

Closed python3kgae closed 2 years ago

python3kgae commented 2 years ago
  1. Guard PIX related code with USE_PIX.
  2. Disable warnings when compile with clang_cl.
  3. Workaround some error when compile with clang_cl.