From: José Fonseca Date: Mon, 16 Apr 2012 20:02:17 +0000 (+0100) Subject: Trace a few more DXGI interfaces. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=24019a16f0e5ee7e4f5f983881c91e001506fc7b;p=apitrace Trace a few more DXGI interfaces. --- diff --git a/specs/d3d10_1.py b/specs/d3d10_1.py index 96414db..e426772 100644 --- a/specs/d3d10_1.py +++ b/specs/d3d10_1.py @@ -117,7 +117,9 @@ d3d10_1.addFunctions([ ]) d3d10_1.addInterfaces([ + IDXGIAdapter1, IDXGIDevice1, + IDXGIResource, ID3D10Debug, ID3D10InfoQueue, ID3D10Multithread, diff --git a/specs/d3d10misc.py b/specs/d3d10misc.py index 0a04f86..2f6b9f0 100644 --- a/specs/d3d10misc.py +++ b/specs/d3d10misc.py @@ -56,7 +56,9 @@ d3d10.addFunctions([ ]) d3d10.addInterfaces([ + IDXGIAdapter1, IDXGIDevice1, + IDXGIResource, ID3D10Debug, ID3D10InfoQueue, ID3D10Multithread, diff --git a/specs/d3d11.py b/specs/d3d11.py index 5d0c626..33dddf3 100644 --- a/specs/d3d11.py +++ b/specs/d3d11.py @@ -1221,7 +1221,9 @@ d3d11.addFunctions([ ]) d3d11.addInterfaces([ + IDXGIAdapter1, IDXGIDevice1, + IDXGIResource, ID3D11Debug, ID3D11InfoQueue, ID3D11SwitchToRef,