C# Class ShaderTools.Hlsl.Binding.BoundNodes.BoundFunction

Inheritance: BoundNode
Afficher le fichier Open project: tgjones/HlslTools Class Usage Examples

Méthodes protégées

Méthode Description
BoundFunction ( BoundNodeKind kind, FunctionSymbol functionSymbol, ImmutableArray parameters ) : System.Collections.Immutable

Method Details

BoundFunction() protected méthode

protected BoundFunction ( BoundNodeKind kind, FunctionSymbol functionSymbol, ImmutableArray parameters ) : System.Collections.Immutable
kind BoundNodeKind
functionSymbol ShaderTools.Hlsl.Symbols.FunctionSymbol
parameters ImmutableArray
Résultat System.Collections.Immutable