godot-haskell-0.1.0.0: Haskell bindings for the Godot game engine API

Safe HaskellNone
LanguageHaskell2010

Godot.Core.GodotVisualShaderNodeVectorOp

Documentation

pattern OP_MUL :: Int Source #

pattern OP_SUB :: Int Source #

pattern OP_MAX :: Int Source #

pattern OP_POW :: Int Source #

pattern OP_MOD :: Int Source #

pattern OP_ADD :: Int Source #

pattern OP_MIN :: Int Source #

pattern OP_DIV :: Int Source #

pattern OP_CROSS :: Int Source #