C# Class Spark.Emit.HLSL.TupleValHLSL

Inheritance: EmitValHLSL
Afficher le fichier Open project: spark-shading-language/spark Class Usage Examples

Méthodes publiques

Méthode Description
GetFieldCount ( ) : int
GetFieldVal ( int ii ) : EmitValHLSL
ToString ( ) : string
TupleValHLSL ( IAggTypeHLSL type, IEnumerable fieldVals ) : System

Method Details

GetFieldCount() public méthode

public GetFieldCount ( ) : int
Résultat int

GetFieldVal() public méthode

public GetFieldVal ( int ii ) : EmitValHLSL
ii int
Résultat EmitValHLSL

ToString() public méthode

public ToString ( ) : string
Résultat string

TupleValHLSL() public méthode

public TupleValHLSL ( IAggTypeHLSL type, IEnumerable fieldVals ) : System
type IAggTypeHLSL
fieldVals IEnumerable
Résultat System