C# Class Fusion.Drivers.Graphics.RasterizerState

Describes rasterizer state.
显示文件 Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
Create ( CullMode cullMode, FillMode fillMode = FillMode.Solid, int depthBias, float slopeDepthBias ) : RasterizerState

Creates a new instance of the rasterizer state.

RasterizerState ( ) : System

Initializes a new instance of the rasterizer class.

Method Details

Create() public static method

Creates a new instance of the rasterizer state.
public static Create ( CullMode cullMode, FillMode fillMode = FillMode.Solid, int depthBias, float slopeDepthBias ) : RasterizerState
cullMode CullMode
fillMode FillMode
depthBias int
slopeDepthBias float
return RasterizerState

RasterizerState() public method

Initializes a new instance of the rasterizer class.
public RasterizerState ( ) : System
return System