Windows apps
Collapse the table of content
Expand the table of content
Information
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.

ID3D10RasterizerState interface

A rasterizer-state interface accesses rasterizer state for the rasterizer stage.

Members

The ID3D10RasterizerState interface inherits from ID3D10DeviceChild. ID3D10RasterizerState also has these types of members:

Methods

The ID3D10RasterizerState interface has these methods.

MethodDescription
GetDesc

Get the properties of a rasterizer-state object.

 

Remarks

A rasterizer-state object is created with ID3D10Device::CreateRasterizerState and bound to the pipeline with ID3D10Device::RSSetState.

Requirements

Header

D3D10.h

Library

D3D10.lib

See also

ID3D10DeviceChild
Core Interfaces

 

 

Show:
© 2017 Microsoft