DirectX Tool Kit 12 crashes on Windows 10 Build 18363 (Version 1909)
Hi,
I'm testing SimpleSampleWin32DX12 solution of directxtk-samples-main from https://github.com/walbourn/directxtk-samples.
After downloading, I integrated DirectXTK12 by using Nuget.
It works well on the latest version of Windows 10 Build 19045, but crashes on Windows 10 Build 18363 when initializing SpriteBatch.
Here is the crash point in SimpleSampleWin32DX12 solution
m_sprites = std::make_unique<SpriteBatch>(device, resourceUpload, pd);
I am going to draw image file (PNG) using DirectXTK 12 on Windows 10 Build 18363 and later.
There is no problem on the latest version of Windows 10, but I'm getting crash on Windows 10 Build 18363 as I described above.
Is there any way to use DirectXTK 12 on Windows 10 Build 18363?