NazaraEngine/ShaderLang

[Feature] Add support for bit operators

SirLynix opened this issue · 1 comments

Add support for bit operators (&, |, ~, <<, >>) on integers

  • Add parsing support, validation and GLSL/SPIR-V emission
  • Constant propagation
  • Add vector supports
  • Optimize multiply/divide by power of two values to bit operations

Implemented by #32 and #33