microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.55k stars 506 forks source link

Rename Internal namespace to ToolKitInternal for some conformance issues #452

Closed walbourn closed 4 months ago

walbourn commented 4 months ago

I used the DirectX::Internal namespace in some other contents, and in particular I used an inline namespace DirectX::DX11 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.