KalebDark / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Implement support for bitwise operators in ESSL3 compiler #870

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bitwise operators (<< >> | & ^ and their assignment variations <<= >>= |= &= 
^=) are currently not supported by ANGLE.

They're supported in HLSL and GLSL 4.1+, so no special tricks should be needed 
to emulate them.

Original issue reported on code.google.com by oetu...@nvidia.com on 16 Jan 2015 at 12:32

GoogleCodeExporter commented 9 years ago
Implementation has been merged and passes dEQP tests.

Original comment by oetu...@nvidia.com on 20 Jan 2015 at 3:17