Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get a pointer to a rasterizer interface.
Syntax
HRESULT GetRasterizerState(
[in] UINT Index,
[out] ID3D10RasterizerState **ppRasterizerState
);
Parameters
[in] Index
Type: UINT
Index into an array of rasterizer interfaces. If there is only one rasterizer interface, use 0.
[out] ppRasterizerState
Type: ID3D10RasterizerState**
The address of a pointer to a rasterizer interface (see ID3D10RasterizerState Interface).
Return value
Type: HRESULT
Returns one of the following Direct3D 10 Return Codes.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10effect.h |