Enable flip presentation mode and tearing in D3D11

This commit is contained in:
GoaLitiuM
2022-03-17 21:05:42 +02:00
committed by Ari Vuollet
parent b780e33a5b
commit e794911755
5 changed files with 36 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ typedef IGraphicsUnknown IDXGISwapChain3;
#include <D3D11.h>
#include <d3d11_1.h>
#include <dxgi1_3.h>
#include <dxgi1_5.h>
#endif
#if GRAPHICS_API_DIRECTX12
#include <dxgi1_5.h>