GPU based image resize by DirectX 11
This is a simple console application that resizes a given image loaded into a texture, inspired by the steps explained in this GitHub issue.
Majority of the code is based on Windows-classic-samples, and it does not depend on the legacy DirectX SDK.