C# 클래스 Fusion.Drivers.Graphics.RasterizerState

Describes rasterizer state.
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Create() 공개 정적인 메소드

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
리턴 RasterizerState

RasterizerState() 공개 메소드

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