ID3D10Device::RSSetState method
Set the rasterizer state for the rasterizer stage of the pipeline.
Syntax
void RSSetState( [in] ID3D10RasterizerState *pRasterizerState );
Parameters
- pRasterizerState [in]
-
Type: ID3D10RasterizerState*
Pointer to a rasterizer-state interface (see ID3D10RasterizerState) to bind to the pipeline.
Return value
Returns nothing.
Remarks
To create a rasterizer state interface, call ID3D10Device::CreateRasterizerState. For more details on setting up the rasterizer state, see Set Rasterizer State.
The method will not hold a reference to the interfaces passed in. For that reason, applications should be careful not to release an interface currently in use by the device.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: