C# Class Spark.Emit.HLSL.ConnectorTypeHLSL

Inheritance: SimpleTypeHLSL, 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
ConnectorTypeHLSL ( string name, MidElementDecl element ) : System
GetFieldCount ( ) : int
GetFieldIndex ( string name ) : int
GetFieldName ( int ii ) : string
GetFieldType ( int ii ) : ITypeHLSL

Method Details

AddField() public méthode

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

ConnectorTypeHLSL() public méthode

public ConnectorTypeHLSL ( string name, MidElementDecl element ) : System
name string
element Spark.Mid.MidElementDecl
Résultat System

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