C# Class Fusion.Drivers.Graphics.SamplerStateCollection

The sampler state collection.
Inheritance: GraphicsResource
Datei anzeigen Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

Clears collection

this ( int index ) : SamplerState

Sets and gets sampler state to given shader stage.

Private Methods

Method Description
SamplerStateCollection ( GraphicsDevice device, SharpDX.Direct3D11.CommonShaderStage stage ) : System

Creates instance of sampler state collection.

Method Details

Clear() public method

Clears collection
public Clear ( ) : void
return void

this() public method

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