ID3D11DeviceContext::RSGetState Method

Get the rasterizer state from the rasterizer stage of the pipeline.

Syntax

public:
void RSGetState(
         ID3D11RasterizerState **ppRasterizerState
)  

Parameters

ppRasterizerState
Type: ID3D11RasterizerState **

[out] Address of a pointer to a rasterizer-state interface (see ID3D11RasterizerState) to fill with information from the device.

Return value

None.

Remarks

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.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3D11DeviceContext

ID3D11DeviceContext Members