The rasterizer-state interface holds a description for rasterizer state that you can bind to the rasterizer stage.
interface ID3D11RasterizerState : public ID3D11DeviceChild
To create a rasterizer-state object, call ID3D11Device::CreateRasterizerState. To bind the rasterizer-state object to the rasterizer stage, call ID3D11DeviceContext::RSSetState.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).
Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).