C# Class ShaderTools.Hlsl.Binding.SemanticFacts

Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
IsArithmetic ( this op ) : bool
IsBitwise ( this op ) : bool
IsComparison ( this op ) : bool
IsFloat ( this scalarType ) : bool
IsIntegral ( this scalarType ) : bool
IsLogical ( this op ) : bool
RequiresIntegralTypes ( this op ) : bool
RequiresNumericTypes ( this op ) : bool

Method Details

IsArithmetic() public static méthode

public static IsArithmetic ( this op ) : bool
op this
Résultat bool

IsBitwise() public static méthode

public static IsBitwise ( this op ) : bool
op this
Résultat bool

IsComparison() public static méthode

public static IsComparison ( this op ) : bool
op this
Résultat bool

IsFloat() public static méthode

public static IsFloat ( this scalarType ) : bool
scalarType this
Résultat bool

IsIntegral() public static méthode

public static IsIntegral ( this scalarType ) : bool
scalarType this
Résultat bool

IsLogical() public static méthode

public static IsLogical ( this op ) : bool
op this
Résultat bool

RequiresIntegralTypes() public static méthode

public static RequiresIntegralTypes ( this op ) : bool
op this
Résultat bool

RequiresNumericTypes() public static méthode

public static RequiresNumericTypes ( this op ) : bool
op this
Résultat bool