ID3D10Device1 interface
The device interface represents a virtual adapter for Direct3D 10.1; it is used to perform rendering and create Direct3D resources.
Members
The ID3D10Device1 interface inherits from ID3D10Device. ID3D10Device1 also has these types of members:
Methods
The ID3D10Device1 interface has these methods.
| Method | Description |
|---|---|
| CreateBlendState1 |
Create a blend-state object that encapsules blend state for the output-merger stage. |
| CreateShaderResourceView1 |
Create a shader-resource view for accessing data in a resource. |
| GetFeatureLevel |
Gets the feature level of the hardware device. |
Remarks
A device is created using D3D10CreateDevice1.
This method requires Windows Vista Service Pack 1.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: