C# Class Spark.Emit.HLSL.TupleTypeHLSL

Inheritance: EmitTypeHLSL, IAggTypeHLSL
Afficher le fichier Open project: spark-shading-language/spark Class Usage Examples

Méthodes publiques

Méthode Description
AddField ( string name, ITypeHLSL type ) : void
CreateVal ( string name ) : EmitValHLSL
GetFieldCount ( ) : int
GetFieldIndex ( string name ) : int
GetFieldName ( int ii ) : string
GetFieldType ( int ii ) : ITypeHLSL
ToString ( ) : string
TupleTypeHLSL ( string name ) : System

Method Details

AddField() public méthode

public AddField ( string name, ITypeHLSL type ) : void
name string
type ITypeHLSL
Résultat void

CreateVal() public méthode

public CreateVal ( string name ) : EmitValHLSL
name string
Résultat EmitValHLSL

GetFieldCount() public méthode

public GetFieldCount ( ) : int
Résultat int

GetFieldIndex() public méthode

public GetFieldIndex ( string name ) : int
name string
Résultat int

GetFieldName() public méthode

public GetFieldName ( int ii ) : string
ii int
Résultat string

GetFieldType() public méthode

public GetFieldType ( int ii ) : ITypeHLSL
ii int
Résultat ITypeHLSL

ToString() public méthode

public ToString ( ) : string
Résultat string

TupleTypeHLSL() public méthode

public TupleTypeHLSL ( string name ) : System
name string
Résultat System