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.5k stars 395 forks source link

VertexPositionNormal::InputLayout is undefined in the library #128

Closed walbourn closed 2 years ago

walbourn commented 2 years ago

If you attempt to use VertexPositionNormal's InputLayout member, you get a link error.

walbourn commented 2 years ago

Fixed in this commit: https://github.com/microsoft/DirectXTK12/commit/3af6047967c78b68e5d01009a5f14b51c1a4445c

Improved test coverage in this commit to the test suite: https://github.com/walbourn/directxtk12test/commit/869483f106d1cd7dbcc06437ee36d3466bebfe3f