C# Class ShaderTools.Hlsl.Binding.UnaryOperator

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

Méthodes publiques

Méthode Description
Resolve ( UnaryOperatorKind kind, TypeSymbol operandType ) : OverloadResolutionResult

Private Methods

Méthode Description
GetBuiltInSignatures ( UnaryOperatorKind kind ) : IEnumerable
ResolveOverloads ( UnaryOperatorKind kind, TypeSymbol operandType ) : OverloadResolutionResult
TypeBuiltIn ( TypeSymbol operandType ) : bool
UnaryOperator ( ) : System

Method Details

Resolve() public static méthode

public static Resolve ( UnaryOperatorKind kind, TypeSymbol operandType ) : OverloadResolutionResult
kind UnaryOperatorKind
operandType ShaderTools.Hlsl.Symbols.TypeSymbol
Résultat OverloadResolutionResult