The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ID3D11DeviceContext::RSGetState method
Get the rasterizer state from the rasterizer stage of the pipeline.
Syntax
void RSGetState(
[out] ID3D11RasterizerState **ppRasterizerState
);
Parameters
- ppRasterizerState [out]
-
Type: ID3D11RasterizerState**
Address of a pointer to a rasterizer-state interface (see ID3D11RasterizerState) to fill with information from the device.
Return value
Returns nothing.
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 |
|
|---|---|
|
Library |
|
See also
Show: