X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fdxgi.py;h=97aa5dd46b59831e026dfa21a1baa3db7fc010c6;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=45af484d138637763ed89d967991666cad32adf3;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;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")]),