Skip to content

Commit cacde50

Browse files
committed
Platform: add dxgi1_6 to the Direct3D module
There is no usermode header which has the DXGI1.6 interfaces included unfortunately. This adds the interfaces to the module which is required for IDXGIAdapter4 interface. (cherry picked from commit 4084f7a)
1 parent 8413b7e commit cacde50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ module WinSDK [system] {
165165
header "d3d11_2.h"
166166
header "d3d11_3.h"
167167
header "d3d11_4.h"
168+
169+
header "../shared/dxgi1_6.h"
170+
168171
export *
169172

170173
link "d3d11.lib"

0 commit comments

Comments
 (0)