include/d3d10sdklayers.idl: Add D3D10SwitchToRef interface.

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Biswapriyo Nath 2020-08-25 23:53:57 +05:30 committed by Alexandre Julliard
parent e9ec3560d4
commit 5aca2b07e5
1 changed files with 14 additions and 0 deletions

View File

@ -614,6 +614,20 @@ interface ID3D10Debug : IUnknown
HRESULT Validate();
}
[
local,
object,
uuid(9b7e4e02-342c-4106-a19f-4f2704f689f0),
pointer_default(unique)
]
interface ID3D10SwitchToRef : IUnknown
{
BOOL SetUseRef(
[in] BOOL useref
);
BOOL GetUseRef();
}
[
local,
object,