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:
parent
e9ec3560d4
commit
5aca2b07e5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue