Skip to content

Commit 65fae09

Browse files
authored
Merge pull request #35573 from compnerd/dxgi
Platform: add dxgi1_6 to the Direct3D module
2 parents 329f03d + 4084f7a commit 65fae09

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)