Skip to content

Commit b689338

Browse files
authored
Merge pull request swiftlang#35526 from compnerd/dxgi
Platform: add Direct3D11 module
2 parents 72105d5 + 86a8b1b commit b689338

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ module WinSDK [system] {
159159
}
160160

161161
explicit module DirectX {
162+
module Direct3D11 {
163+
header "d3d11.h"
164+
export *
165+
166+
link "d3d12.lib"
167+
link "dxgi.lib"
168+
}
169+
162170
module Direct3D12 {
163171
header "d3d12.h"
164172
export *

0 commit comments

Comments
 (0)