ID3D11DeviceChild Interface

A device-child interface accesses data used by a device.

Mitglieder

ID3D11DeviceChildSchnittstelle erbt von der IUnknown-Schnittstelle. ID3D11DeviceChild umfasst auch die folgenden Typen von Mitgliedern:

  • Methoden

Methoden

ID3D11DeviceChildSchnittstelle umfasst die folgenden Methoden.

Methode Beschreibung
GetDevice

Get a pointer to the device that created this interface.

GetPrivateData

Get application-defined data from a device child.

SetPrivateData

Set application-defined data to a device child and associate that data with an application-defined guid.

SetPrivateDataInterface

Associate an IUnknown-derived interface with this device child and associate that interface with an application-defined guid.

 

Hinweise

There are several types of device child interfaces, all of which inherit this interface. They include shaders, state objects, and input layouts.

Siehe auch

Core Interfaces