mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
dxgi: Add the IDXGIDeviceSubObject interface.
This commit is contained in:
parent
40b9eab409
commit
69b32d71d6
1 changed files with 13 additions and 0 deletions
|
@ -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 a new issue