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.51k stars 407 forks source link

Conformance and minor code cleanup #90

Closed walbourn closed 3 years ago

walbourn commented 3 years ago

Trying out the code-base with a GNUC compiler I encountered a number of issues that I've cleaned up.

Also realized that RenderTargetState was missing a DXGI_SWAP_CHAIN_DESC1 ctor.