Closed tongtzeho closed 7 years ago
https://github.com/Microsoft/DirectXTK12/wiki/Simple-rendering Direct3D 12 doesn't support creating MSAA swap chains dsvDesc.ViewDimension = D3D12_DSV_DIMENSION_TEXTURE2DMS; // <--- Use MSAA version
https://github.com/Microsoft/DirectXTK12/wiki/Simple-rendering Direct3D 12 doesn't support creating MSAA swap chains dsvDesc.ViewDimension = D3D12_DSV_DIMENSION_TEXTURE2DMS; // <--- Use MSAA version