Skip to content

Commit 66a9ae4

Browse files
committed
Platform: add dxgidebug.h to _DXGI module
The debug header is used for enumeration of certain DXGI interfaces related to debugging of the pipeline. Add this to gain access to the interfaces and some of the global GUIDs associated with it.
1 parent 2c4f7b9 commit 66a9ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ module WinSDK [system] {
184184
// separate module is meant to augment the uncovered portions only.
185185
module _DXGI {
186186
header "../shared/dxgi1_6.h"
187+
header "dxgidebug.h"
187188
export *
188189

189190
link "dxgi.lib"

0 commit comments

Comments
 (0)