microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.47k stars 393 forks source link

Removed prebuilt shader headers and pdbs from project #80

Closed walbourn closed 4 years ago

walbourn commented 4 years ago

DirectX Tool Kit (both DX11 & DX12) has been including prebuilt shader headers and PDBs for many years. This adds a little bloat to the project, and sometimes some confusion, but it kept the built times down. It also made maintainece a pain.

A number of things have changed that are making me revisit this:

This PR also adds PreferredToolArchitecture=x64

walbourn commented 4 years ago

This removes about 10 MB from a 'clean' working directory.