]> git.cworth.org Git - apitrace/blobdiff - specs/dxgi.py
specs: Allow an API to spread across multiple modules.
[apitrace] / specs / dxgi.py
index 45af484d138637763ed89d967991666cad32adf3..97aa5dd46b59831e026dfa21a1baa3db7fc010c6 100644 (file)
@@ -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")]),