Standalone DDSTextureLoader, WICTextureLoader, ScreenGrab sync'd; removed partial XBox One support

This commit is contained in:
walbourn_cp
2014-08-12 15:01:09 -07:00
parent ad9d19712a
commit ee870efb9e
5 changed files with 59 additions and 110 deletions

View File

@@ -33,13 +33,7 @@
#error WIC is not supported on Windows Phone 8.0
#endif
#if defined(_XBOX_ONE) && defined(_TITLE)
#include <d3d11_x.h>
#define DCOMMON_H_INCLUDED
#define NO_D3D11_DEBUG_NAME
#else
#include <d3d11_1.h>
#endif
#pragma warning(push)
#pragma warning(disable : 4005)