ID3D11ClassInstance interface
This interface encapsulates an HLSL class.
Members
The ID3D11ClassInstance interface inherits from ID3D11DeviceChild. ID3D11ClassInstance also has these types of members:
Methods
The ID3D11ClassInstance interface has these methods.
| Method | Description |
|---|---|
| GetClassLinkage |
Gets the ID3D11ClassLinkage object associated with the current HLSL class. |
| GetDesc |
Gets a description of the current HLSL class. |
| GetInstanceName |
Gets the instance name of the current HLSL class. |
| GetTypeName |
Gets the type of the current HLSL class. |
Remarks
This interface is created by calling ID3D11ClassLinkage::CreateClassInstance. The interface is used when binding shader resources to the pipeline using APIs such as ID3D11DeviceContext::VSSetShader.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
See also