D3DBase: Upgrade to DXGI 1.2.

This effectively drops for Vista and Windows 7 without the Platform Update in this backend.
This commit is contained in:
Jules Blok
2017-06-25 20:57:46 +02:00
parent 421a2c5776
commit c399e2bc40
2 changed files with 27 additions and 72 deletions

View File

@ -6,7 +6,7 @@
#include <d3d11.h>
#include <d3dcompiler.h>
#include <dxgi.h>
#include <dxgi1_2.h>
#include <vector>
#include "Common/Common.h"