mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
dxgi.idl: Added IDXGIDevice1 declaration.
This commit is contained in:
parent
a6bf8328fd
commit
22b675ed81
1 changed files with 12 additions and 0 deletions
|
@ -444,6 +444,18 @@ interface IDXGIAdapter1 : IDXGIAdapter
|
||||||
HRESULT GetDesc1([out] DXGI_ADAPTER_DESC1 *pDesc);
|
HRESULT GetDesc1([out] DXGI_ADAPTER_DESC1 *pDesc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
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,
|
object,
|
||||||
uuid(770aae78-f26f-4dba-a829-253c83d1b387),
|
uuid(770aae78-f26f-4dba-a829-253c83d1b387),
|
||||||
|
|
Loading…
Reference in a new issue