ID3D11GeometryShader Interface

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

Mitglieder

ID3D11GeometryShaderSchnittstelle erbt von ID3D11DeviceChild umfasst keine zusätzlichen Mitglieder.

Hinweise

The geometry-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 geometry shader interface, call either ID3D11Device::CreateGeometryShader or ID3D11Device::CreateGeometryShaderWithStreamOutput. Before using a geometry shader you must bind it to the device by calling ID3D11DeviceContext::GSSetShader.

This interface is defined in D3D11.h.

Siehe auch

Shader Interfaces