dxgi: Add the IDXGIDeviceSubObject interface.
This commit is contained in:
parent
40b9eab409
commit
69b32d71d6
|
@ -44,3 +44,16 @@ interface IDXGIObject : IUnknown
|
|||
[out] void **parent
|
||||
);
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
local,
|
||||
uuid(3d3e0379-f9de-4d58-bb6c-18d62992f1a6)
|
||||
]
|
||||
interface IDXGIDeviceSubObject : IDXGIObject
|
||||
{
|
||||
HRESULT GetDevice(
|
||||
[in] REFIID riid,
|
||||
[out] void **device
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue