From 826d79eb3e9b5adb57afb93b4e97887fe5f065e8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 25 Aug 2020 23:53:57 +0530 Subject: [PATCH v2 4/6] include/d3d11sdklayers.idl: Add D3D11SwitchToRef interface. Signed-off-by: Biswapriyo Nath --- include/d3d11sdklayers.idl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/include/d3d11sdklayers.idl b/include/d3d11sdklayers.idl index e54ac01..54236fc 100644 --- a/include/d3d11sdklayers.idl +++ b/include/d3d11sdklayers.idl @@ -1239,6 +1239,19 @@ interface ID3D11Debug : IUnknown { HRESULT ValidateContextForDispatch(ID3D11DeviceContext *pContext); } +[ + object, + uuid(1ef337e3-58e7-4f83-a692-db221f5ed47e), + local, + pointer_default(unique) +] +interface ID3D11SwitchToRef : IUnknown { + BOOL SetUseRef( + [in] BOOL useref + ); + BOOL GetUseRef(); +} + [ object, uuid(6543dbb6-1b48-42f5-ab82-e97ec74326f6), -- 2.27.0