[MISC] Bump DXGI to 1.6

This commit is contained in:
Xphalnos 2024-10-30 19:49:10 +01:00 committed by Radosław Gliński
parent 90fc07e400
commit 82cb261140
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <d3d12.h> #include <d3d12.h>
#include <d3d12sdklayers.h> #include <d3d12sdklayers.h>
#include <d3dcompiler.h> #include <d3dcompiler.h>
#include <dxgi1_5.h> #include <dxgi1_6.h>
#include <dxgidebug.h> #include <dxgidebug.h>
// For Microsoft::WRL::ComPtr. // For Microsoft::WRL::ComPtr.
#include <wrl/client.h> #include <wrl/client.h>