You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently bitwise operations are not available in the current version of webgl (??!!!??), meaning ints and uints can't easily be packed into the vec4 color output and unpacked in javascript again.
It may be possible to use these functions to emulate bitwise operations.