C# Class Spark.Emit.HLSL.TupleValHLSL

Inheritance: EmitValHLSL
Mostra file Open project: spark-shading-language/spark Class Usage Examples

Public Methods

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

Method Details

GetFieldCount() public method

public GetFieldCount ( ) : int
return int

GetFieldVal() public method

public GetFieldVal ( int ii ) : EmitValHLSL
ii int
return EmitValHLSL

ToString() public method

public ToString ( ) : string
return string

TupleValHLSL() public method

public TupleValHLSL ( IAggTypeHLSL type, IEnumerable fieldVals ) : System
type IAggTypeHLSL
fieldVals IEnumerable
return System