Commit 85da080a authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include/d3d11sdklayers.idl: Add D3D11SwitchToRef interface.

parent 5aca2b07
......@@ -1241,6 +1241,19 @@ interface ID3D11Debug : IUnknown {
[
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),
local,
pointer_default(unique)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment