summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-04-09 15:10:10 +0100
committerJose Fonseca <jfonseca@vmware.com>2016-04-09 15:10:10 +0100
commitcc5c1d6128ed4b1c0bb0338e2c3f9f118c583f76 (patch)
tree49a1daee6457e969267817ed002dc90858632190
parent982fa6be4e2e34041f632e82a44d0831ef94232c (diff)
dxgitrace: Remove IWarpPrivateAPI spec.
No longer relevant, now that we hide it.
-rw-r--r--dispatch/dxgiint.h4
-rw-r--r--specs/dxgi.py6
2 files changed, 0 insertions, 10 deletions
diff --git a/dispatch/dxgiint.h b/dispatch/dxgiint.h
index a745c8f5..52d7c56a 100644
--- a/dispatch/dxgiint.h
+++ b/dispatch/dxgiint.h
@@ -54,7 +54,3 @@ struct IDXGIFactoryDWM: public IUnknown
DEFINE_GUID(IID_IWarpPrivateAPI,0xF13EBCD1,0x672C,0x4F8B,0xA6,0x31,0x95,0x39,0xCA,0x74,0x8D,0x71);
-struct IWarpPrivateAPI: public IUnknown
-{
- virtual HRESULT STDMETHODCALLTYPE WarpEscape(void *pData) = 0;
-};
diff --git a/specs/dxgi.py b/specs/dxgi.py
index 0e880548..091ce746 100644
--- a/specs/dxgi.py
+++ b/specs/dxgi.py
@@ -910,12 +910,6 @@ IDXGISwapChainDWM.methods += [
StdMethod(HRESULT, "GetLastPresentCount", [Out(Pointer(UINT), "pLastPresentCount")], sideeffects=False),
]
-IWarpPrivateAPI = Interface("IWarpPrivateAPI", IUnknown)
-IWarpPrivateAPI.methods += [
- StdMethod(HRESULT, "WarpEscape", [(OpaquePointer(Void), "pData")]),
-]
-
dxgi.addInterfaces([
IDXGIFactoryDWM,
- IWarpPrivateAPI,
])