Get the rasterizer state from the rasterizer stage of the pipeline.
public:
void RSGetState(
ID3D11RasterizerState **ppRasterizerState
)
ppRasterizerState
Type: ID3D11RasterizerState **
[out] Address of a pointer to a rasterizer-state interface (see ID3D11RasterizerState) to fill with information from the device.
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).