X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fdxgi.py;h=97aa5dd46b59831e026dfa21a1baa3db7fc010c6;hb=9243aa6a122ded81ea0f07bcc1b0c4e0ef57c398;hp=45af484d138637763ed89d967991666cad32adf3;hpb=82715be6c3d6bf058c9eca236bf30d26cc7fd22f;p=apitrace diff --git a/specs/dxgi.py b/specs/dxgi.py index 45af484..97aa5dd 100644 --- a/specs/dxgi.py +++ b/specs/dxgi.py @@ -282,7 +282,7 @@ IDXGIDevice1.methods += [ StdMethod(HRESULT, "GetMaximumFrameLatency", [Out(Pointer(UINT), "pMaxLatency")], sideeffects=False), ] -dxgi = API('dxgi') +dxgi = Module('dxgi') dxgi.addFunctions([ StdFunction(HRESULT, "CreateDXGIFactory", [(REFIID, "riid"), Out(Pointer(ObjPointer(Void)), "ppFactory")]), StdFunction(HRESULT, "CreateDXGIFactory1", [(REFIID, "riid"), Out(Pointer(ObjPointer(Void)), "ppFactory")]),