X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=specs%2Fd3d10sdklayers.py;h=7fb2fdf3d322ee6999e8897868e7e672ec17f331;hb=9782b29faa129e4bac5931a929602f18d2eb56ce;hp=a1c4ce186ed959434af015006c69b19582e50f76;hpb=1da480dd320a9d3d631a94025ca40609099f6d34;p=apitrace diff --git a/specs/d3d10sdklayers.py b/specs/d3d10sdklayers.py index a1c4ce1..7fb2fdf 100644 --- a/specs/d3d10sdklayers.py +++ b/specs/d3d10sdklayers.py @@ -38,8 +38,8 @@ ID3D10Debug.methods += [ Method(UINT, "GetFeatureMask", []), Method(HRESULT, "SetPresentPerRenderOpDelay", [(UINT, "Milliseconds")]), Method(UINT, "GetPresentPerRenderOpDelay", []), - Method(HRESULT, "SetSwapChain", [(Pointer(IDXGISwapChain), "pSwapChain")]), - Method(HRESULT, "GetSwapChain", [Out(Pointer(Pointer(IDXGISwapChain)), "ppSwapChain")]), + Method(HRESULT, "SetSwapChain", [(ObjPointer(IDXGISwapChain), "pSwapChain")]), + Method(HRESULT, "GetSwapChain", [Out(Pointer(ObjPointer(IDXGISwapChain)), "ppSwapChain")]), Method(HRESULT, "Validate", []), ]