DirectXTex: Dropped support for VS 2010 + legacy DirectX SDK without Windows 8.x SDK

- Removed DXGI_1_2_FORMATS and USE_XNAMATH control defines
- Deleted *Desktop_2010_SDK81.* project files, updated *Desktop_2010.* project files to use Windows 8.1 SDK
This commit is contained in:
walbourn_cp
2014-01-15 13:14:48 -08:00
parent 92881b7438
commit f1ff6f10f2
38 changed files with 140 additions and 2252 deletions

View File

@@ -12,11 +12,7 @@
#include <dxgiformat.h>
#include <d3d11.h>
#ifdef USE_XNAMATH
#include <xnamath.h>
#else
#include <directxmath.h>
#endif
#include "DirectXTex.h"