X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd3d10misc.py;h=08795b3aecee993f1e5839070f8d3839b8e19cca;hb=HEAD;hp=6564cc263afb3df389a5d68023a06128b9774d1f;hpb=467a42ac831785ae02386ed2f17f3ad14fe824cb;p=apitrace diff --git a/specs/d3d10misc.py b/specs/d3d10misc.py index 6564cc2..08795b3 100644 --- a/specs/d3d10misc.py +++ b/specs/d3d10misc.py @@ -41,11 +41,6 @@ D3D10_DRIVER_TYPE = Enum("D3D10_DRIVER_TYPE", [ d3d10.addFunctions([ StdFunction(HRESULT, "D3D10CreateDevice", [(ObjPointer(IDXGIAdapter), "pAdapter"), (D3D10_DRIVER_TYPE, "DriverType"), (HMODULE, "Software"), (D3D10_CREATE_DEVICE_FLAG, "Flags"), (UINT, "SDKVersion"), Out(Pointer(ObjPointer(ID3D10Device)), "ppDevice")]), StdFunction(HRESULT, "D3D10CreateDeviceAndSwapChain", [(ObjPointer(IDXGIAdapter), "pAdapter"), (D3D10_DRIVER_TYPE, "DriverType"), (HMODULE, "Software"), (D3D10_CREATE_DEVICE_FLAG, "Flags"), (UINT, "SDKVersion"), (Pointer(DXGI_SWAP_CHAIN_DESC), "pSwapChainDesc"), Out(Pointer(ObjPointer(IDXGISwapChain)), "ppSwapChain"), Out(Pointer(ObjPointer(ID3D10Device)), "ppDevice")]), - StdFunction(HRESULT, "D3D10CreateBlob", [(SIZE_T, "NumBytes"), Out(Pointer(LPD3D10BLOB), "ppBuffer")]), - - # Undocumented - StdFunction(DWORD, "D3D10GetVersion", []), - StdFunction(DWORD, "D3D10RegisterLayers", []), ]) d3d10.addInterfaces([