From: José Fonseca Date: Mon, 16 Apr 2012 12:06:44 +0000 (+0100) Subject: Adjust d3d10+ interfaces. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f17f4646765f2ee96582e76a1800b826926c18dc;p=apitrace Adjust d3d10+ interfaces. --- diff --git a/specs/d3d10_1.py b/specs/d3d10_1.py index 00018a0..96414db 100644 --- a/specs/d3d10_1.py +++ b/specs/d3d10_1.py @@ -119,30 +119,7 @@ d3d10_1.addFunctions([ d3d10_1.addInterfaces([ IDXGIDevice1, ID3D10Debug, - ID3D10SwitchToRef, ID3D10InfoQueue, - ID3D10DeviceChild, - ID3D10Resource, - ID3D10Buffer, - ID3D10Texture1D, - ID3D10Texture2D, - ID3D10Texture3D, - ID3D10View, - ID3D10DepthStencilView, - ID3D10RenderTargetView, - ID3D10ShaderResourceView1, - ID3D10BlendState1, - ID3D10DepthStencilState, - ID3D10GeometryShader, - ID3D10InputLayout, - ID3D10PixelShader, - ID3D10RasterizerState, - ID3D10SamplerState, - ID3D10VertexShader, - ID3D10Asynchronous, - ID3D10Counter, - ID3D10Query, - ID3D10Predicate, - ID3D10Device, ID3D10Multithread, + ID3D10SwitchToRef, ]) diff --git a/specs/d3d10misc.py b/specs/d3d10misc.py index dc77292..0a04f86 100644 --- a/specs/d3d10misc.py +++ b/specs/d3d10misc.py @@ -58,30 +58,7 @@ d3d10.addFunctions([ d3d10.addInterfaces([ IDXGIDevice1, ID3D10Debug, - ID3D10SwitchToRef, ID3D10InfoQueue, - ID3D10DeviceChild, - ID3D10Resource, - ID3D10Buffer, - ID3D10Texture1D, - ID3D10Texture2D, - ID3D10Texture3D, - ID3D10View, - ID3D10DepthStencilView, - ID3D10RenderTargetView, - ID3D10ShaderResourceView, - ID3D10BlendState, - ID3D10DepthStencilState, - ID3D10GeometryShader, - ID3D10InputLayout, - ID3D10PixelShader, - ID3D10RasterizerState, - ID3D10SamplerState, - ID3D10VertexShader, - ID3D10Asynchronous, - ID3D10Counter, - ID3D10Query, - ID3D10Predicate, - ID3D10Device, ID3D10Multithread, + ID3D10SwitchToRef, ]) diff --git a/specs/d3d11.py b/specs/d3d11.py index 359bc1b..f994797 100644 --- a/specs/d3d11.py +++ b/specs/d3d11.py @@ -1223,4 +1223,6 @@ d3d11.addFunctions([ d3d11.addInterfaces([ IDXGIDevice1, ID3D11Debug, + ID3D11InfoQueue, + ID3D11SwitchToRef, ])