X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd3d10misc.py;h=7ea8ef4ed28801a9487d9e49fe2142edddc4fe7a;hb=20aa935d4c87e47040d2e75bf746fcf9d5d8d6b2;hp=2a3c55eaa4b55f5270fd6756562efe0980cc7ad8;hpb=00611a483a0a531272ba5810b77fb5d293db1723;p=apitrace diff --git a/specs/d3d10misc.py b/specs/d3d10misc.py index 2a3c55e..7ea8ef4 100644 --- a/specs/d3d10misc.py +++ b/specs/d3d10misc.py @@ -42,10 +42,6 @@ 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", [], internal=True), - StdFunction(DWORD, "D3D10RegisterLayers", [], internal=True), ]) d3d10.addInterfaces([