dxgi.idl: Added IDXGIDevice1 declaration.
This commit is contained in:
parent
a6bf8328fd
commit
22b675ed81
|
@ -444,6 +444,18 @@ interface IDXGIAdapter1 : IDXGIAdapter
|
|||
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,
|
||||
uuid(770aae78-f26f-4dba-a829-253c83d1b387),
|
||||
|
|
Loading…
Reference in New Issue