Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D10DeviceChild interface

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

Members

The ID3D10DeviceChild interface inherits from the IUnknown interface. ID3D10DeviceChild also has these types of members:

Methods

The ID3D10DeviceChild interface has these methods.

MethodDescription
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 and associate that interface with an application-defined guid.

SetPrivateDataInterface

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

 

Remarks

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

Requirements

Header

D3D10.h

Library

D3D10.lib

See also

Core Interfaces

 

 

Show:
© 2017 Microsoft