Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
BinaryOperator.cs File Reference

Go to the source code of this file.

Classes

class  SiliconStudio.Shaders.Ast.BinaryOperatorHelper
 Helper for BinaryOperator. More...
 

Namespaces

package  SiliconStudio.Shaders.Ast
 

Enumerations

enum  SiliconStudio.Shaders.Ast.BinaryOperator {
  SiliconStudio.Shaders.Ast.BinaryOperator.None, SiliconStudio.Shaders.Ast.BinaryOperator.LogicalAnd, SiliconStudio.Shaders.Ast.BinaryOperator.LogicalOr, SiliconStudio.Shaders.Ast.BinaryOperator.BitwiseAnd,
  SiliconStudio.Shaders.Ast.BinaryOperator.BitwiseOr, SiliconStudio.Shaders.Ast.BinaryOperator.BitwiseXor, SiliconStudio.Shaders.Ast.BinaryOperator.LeftShift, SiliconStudio.Shaders.Ast.BinaryOperator.RightShift,
  SiliconStudio.Shaders.Ast.BinaryOperator.Minus, SiliconStudio.Shaders.Ast.BinaryOperator.Plus, SiliconStudio.Shaders.Ast.BinaryOperator.Multiply, SiliconStudio.Shaders.Ast.BinaryOperator.Divide,
  SiliconStudio.Shaders.Ast.BinaryOperator.Modulo, SiliconStudio.Shaders.Ast.BinaryOperator.Less, SiliconStudio.Shaders.Ast.BinaryOperator.LessEqual, SiliconStudio.Shaders.Ast.BinaryOperator.Greater,
  SiliconStudio.Shaders.Ast.BinaryOperator.GreaterEqual, SiliconStudio.Shaders.Ast.BinaryOperator.Equality, SiliconStudio.Shaders.Ast.BinaryOperator.Inequality
}
 Binary operator used in all binary expressions (except assignment expression). More...