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

The sampler state collection.
상속: GraphicsResource
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clears collection

this ( int index ) : SamplerState

Sets and gets sampler state to given shader stage.

비공개 메소드들

메소드 설명
SamplerStateCollection ( GraphicsDevice device, SharpDX.Direct3D11.CommonShaderStage stage ) : System

Creates instance of sampler state collection.

메소드 상세

Clear() 공개 메소드

Clears collection
public Clear ( ) : void
리턴 void

this() 공개 메소드

Sets and gets sampler state to given shader stage.
public this ( int index ) : SamplerState
index int
리턴 SamplerState