X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd3d9.py;h=fa71e9a87578a68cebd58700654901e10ecc7e51;hb=c56812ec33a67fe51185e314bfa80ac22af6bbfb;hp=8091bd91ce4dbda49676bf672369ad7a1d10baa5;hpb=614174444ce27a22f25e08a50cca3af5d3d07bae;p=apitrace diff --git a/specs/d3d9.py b/specs/d3d9.py index 8091bd9..fa71e9a 100644 --- a/specs/d3d9.py +++ b/specs/d3d9.py @@ -430,3 +430,6 @@ d3d9.addFunctions([ StdFunction(Void, "D3DPERF_SetOptions", [(DWORD, "dwOptions")], sideeffects=False), StdFunction(DWORD, "D3DPERF_GetStatus", [], fail='0', sideeffects=False), ]) +d3d9.addInterfaces([ + IDirect3DSwapChain9Ex, +])