C# Class Fusion.Drivers.Graphics.ShaderResourceCollection

The texture collection.
Inheritance: GraphicsResource
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears collection

this ( int index ) : ShaderResource

Sets and gets shader resources bound to given shader stage.

Private Methods

Méthode Description
ShaderResourceCollection ( GraphicsDevice device, SharpDX.Direct3D11.CommonShaderStage stage ) : System

Method Details

Clear() public méthode

Clears collection
public Clear ( ) : void
Résultat void

this() public méthode

Sets and gets shader resources bound to given shader stage.
public this ( int index ) : ShaderResource
index int
Résultat ShaderResource