ID3D10RasterizerState interface (d3d10.h)

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

Inheritance

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

Methods

The ID3D10RasterizerState interface has these methods.

 
ID3D10RasterizerState::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

Requirement Value
Target Platform Windows
Header d3d10.h

See also

Core Interfaces

ID3D10DeviceChild