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.44k stars 369 forks source link

Rename Internal namespace to ToolKitInternal for some conformance issues #229

Closed walbourn closed 1 month ago

walbourn commented 1 month ago

I used the DirectX::Internal namespace in some other contents, and in particular I used an inline namespace DirectX::DX12 with an Internal namespace. This confuses some compilers and resulted in build failures. As a solution, I just renamed the internal namespaces to something more unique.

walbourn commented 1 month ago

https://github.com/microsoft/DirectXTK/issues/451