ID3D12DeviceChild interface

An interface from which other core interfaces inherit from, including ID3D12PipelineLibrary, ID3D12CommandList, ID3D12Pageable, and ID3D12RootSignature. It provides a method to get back to the device object it was created against.

Members

The ID3D12DeviceChild interface inherits from ID3D12Object. ID3D12DeviceChild also has these types of members:

Methods

The ID3D12DeviceChild interface has these methods.

MethodDescription
GetDevice

Gets a pointer to the device that created this interface.

 

Requirements

Header

D3D12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

ID3D12Object
Core Interfaces

 

 

Show: