Skip to content

Commit

Permalink
Trace a few more DXGI interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Apr 16, 2012
1 parent 828bf10 commit 24019a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/d3d10_1.py
Expand Up @@ -117,7 +117,9 @@
])

d3d10_1.addInterfaces([
IDXGIAdapter1,
IDXGIDevice1,
IDXGIResource,
ID3D10Debug,
ID3D10InfoQueue,
ID3D10Multithread,
Expand Down
2 changes: 2 additions & 0 deletions specs/d3d10misc.py
Expand Up @@ -56,7 +56,9 @@
])

d3d10.addInterfaces([
IDXGIAdapter1,
IDXGIDevice1,
IDXGIResource,
ID3D10Debug,
ID3D10InfoQueue,
ID3D10Multithread,
Expand Down
2 changes: 2 additions & 0 deletions specs/d3d11.py
Expand Up @@ -1221,7 +1221,9 @@
])

d3d11.addInterfaces([
IDXGIAdapter1,
IDXGIDevice1,
IDXGIResource,
ID3D11Debug,
ID3D11InfoQueue,
ID3D11SwitchToRef,
Expand Down

0 comments on commit 24019a1

Please sign in to comment.