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.
| Method | Description |
|---|---|
| GetDevice |
Gets a pointer to the device that created this interface. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: