ID3D11HullShader interface
A hull-shader interface manages an executable program (a hull shader) that controls the hull-shader stage.
Members
The ID3D11HullShader interface inherits from ID3D11DeviceChild but does not have additional members.
Remarks
The hull-shader interface has no methods; use HLSL to implement your shader functionality. All shaders are implemented from a common set of features referred to as the common-shader core..
To create a hull-shader interface, call ID3D11Device::CreateHullShader. Before using a hull shader you must bind it to the device by calling ID3D11DeviceContext::HSSetShader.
This interface is defined in D3D11.h.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also