C# 클래스 ShaderTools.Hlsl.Binding.SemanticFacts

파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
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

메소드 상세

IsArithmetic() 공개 정적인 메소드

public static IsArithmetic ( this op ) : bool
op this
리턴 bool

IsBitwise() 공개 정적인 메소드

public static IsBitwise ( this op ) : bool
op this
리턴 bool

IsComparison() 공개 정적인 메소드

public static IsComparison ( this op ) : bool
op this
리턴 bool

IsFloat() 공개 정적인 메소드

public static IsFloat ( this scalarType ) : bool
scalarType this
리턴 bool

IsIntegral() 공개 정적인 메소드

public static IsIntegral ( this scalarType ) : bool
scalarType this
리턴 bool

IsLogical() 공개 정적인 메소드

public static IsLogical ( this op ) : bool
op this
리턴 bool

RequiresIntegralTypes() 공개 정적인 메소드

public static RequiresIntegralTypes ( this op ) : bool
op this
리턴 bool

RequiresNumericTypes() 공개 정적인 메소드

public static RequiresNumericTypes ( this op ) : bool
op this
리턴 bool