ID3D12DeviceChild

Undocumented in source.
version(Windows)
interface ID3D12DeviceChild : ID3D12Object {}

Members

Functions

GetDevice
HRESULT GetDevice(REFIID riid, void** ppvDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From ID3D12Object

GetPrivateData
HRESULT GetPrivateData(REFGUID guid, uint* pDataSize, void* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetName
HRESULT SetName(wchar* Name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetPrivateData
HRESULT SetPrivateData(REFGUID guid, uint DataSize, void* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetPrivateDataInterface
HRESULT SetPrivateDataInterface(REFGUID guid, IUnknown* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta