Commit 22b675ed authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

dxgi.idl: Added IDXGIDevice1 declaration.

parent a6bf8328
...@@ -446,6 +446,18 @@ interface IDXGIAdapter1 : IDXGIAdapter ...@@ -446,6 +446,18 @@ interface IDXGIAdapter1 : IDXGIAdapter
[ [
object, object,
uuid(77db970f-6276-48ba-ba28-070143b4392c),
local,
pointer_default(unique)
]
interface IDXGIDevice1 : IDXGIDevice
{
HRESULT SetMaximumFrameLatency([in] UINT MaxLatency);
HRESULT GetMaximumFrameLatency([out] UINT *pMaxLatency);
}
[
object,
uuid(770aae78-f26f-4dba-a829-253c83d1b387), uuid(770aae78-f26f-4dba-a829-253c83d1b387),
local, local,
pointer_default(unique) 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