ID3D11RasterizerState1::GetDesc1 method
Gets the description for rasterizer state that you used to create the rasterizer-state object.
Syntax
void GetDesc1(
[out] D3D11_RASTERIZER_DESC1 *pDesc
);
Parameters
- pDesc [out]
-
A pointer to a D3D11_RASTERIZER_DESC1 structure that receives a description of the rasterizer state. This rasterizer state can specify forced sample count.
Return value
Returns nothing.
Remarks
You use the description for rasterizer state in a call to the ID3D11Device1::CreateRasterizerState1 method to create the rasterizer-state object.
Requirements
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps] |
---|---|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps] |
Minimum supported phone |
Windows Phone 8 |
Header |
|
Library |
|
See also