ID3D11DomainShader interface (d3d11.h)

A domain-shader interface manages an executable program (a domain shader) that controls the domain-shader stage.

Inheritance

The ID3D11DomainShader interface inherits from the ID3D11DeviceChild interface.

Remarks

The domain-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 domain-shader interface, call ID3D11Device::CreateDomainShader. Before using a domain shader you must bind it to the device by calling ID3D11DeviceContext::DSSetShader.

This interface is defined in D3D11.h.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d3d11.h

See also

ID3D11DeviceChild

Shader Interfaces