Get the geometry shader currently set on the device.
public:
void GSGetShader(
ID3D11GeometryShader **ppGeometryShader,
ID3D11ClassInstance **ppClassInstances,
UINT *pNumClassInstances
)
ppGeometryShader
Type: ID3D11GeometryShader **
[out] Address of a pointer to a geometry shader (see ID3D11GeometryShader) to be returned by the method.
ppClassInstances
Type: ID3D11ClassInstance **
[out, optional] Pointer to an array of class instance interfaces (see ID3D11ClassInstance).
pNumClassInstances
Type: UINT *
[in, out, optional] The number of class-instance elements in the array.
Any returned interfaces will have their reference count incremented by one. Applications should call IUnknown::Release on the returned interfaces when they are no longer needed to avoid memory leaks.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).
Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).