X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fdxgi.py;h=45af484d138637763ed89d967991666cad32adf3;hb=82715be6c3d6bf058c9eca236bf30d26cc7fd22f;hp=5c7925e4427d62eec7a6a54f35e4453bfe9cbaff;hpb=2d476f27841a879da98684618b7319bccc70ba8f;p=apitrace diff --git a/specs/dxgi.py b/specs/dxgi.py index 5c7925e..45af484 100644 --- a/specs/dxgi.py +++ b/specs/dxgi.py @@ -284,6 +284,6 @@ IDXGIDevice1.methods += [ dxgi = API('dxgi') dxgi.addFunctions([ - StdFunction(HRESULT, "CreateDXGIFactory", [(REFIID, "riid"), (Pointer(ObjPointer(Void)), "ppFactory")]), - StdFunction(HRESULT, "CreateDXGIFactory1", [(REFIID, "riid"), (Pointer(ObjPointer(Void)), "ppFactory")]), + StdFunction(HRESULT, "CreateDXGIFactory", [(REFIID, "riid"), Out(Pointer(ObjPointer(Void)), "ppFactory")]), + StdFunction(HRESULT, "CreateDXGIFactory1", [(REFIID, "riid"), Out(Pointer(ObjPointer(Void)), "ppFactory")]), ])