ID3D12DeviceChild

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(Windows)
extern (C++)
interface ID3D12DeviceChild : ID3D12Object {}

Members

Functions

GetDevice
HRESULT GetDevice(REFIID riid, void** ppvDevice)
Undocumented in source.

Inherited Members

From ID3D12Object

GetPrivateData
HRESULT GetPrivateData(REFGUID guid, UINT* pDataSize, void* pData)
Undocumented in source.
SetPrivateData
HRESULT SetPrivateData(REFGUID guid, UINT DataSize, const(void)* pData)
Undocumented in source.
SetPrivateDataInterface
HRESULT SetPrivateDataInterface(REFGUID guid, IUnknown pData)
Undocumented in source.
SetName
HRESULT SetName(LPCWSTR Name)
Undocumented in source.

Meta