summaryrefslogtreecommitdiff
path: root/specs
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 /specs
parent982fa6be4e2e34041f632e82a44d0831ef94232c (diff)
dxgitrace: Remove IWarpPrivateAPI spec.
No longer relevant, now that we hide it.
Diffstat (limited to 'specs')
-rw-r--r--specs/dxgi.py6
1 files changed, 0 insertions, 6 deletions
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,
])