How to retain bits on lowp float when using `imageLoad` and `imageStore`
I would like to use all 8-bits as flags on a lowp float
stored in an image. However, for some reason the data is never retained when I read it back. I use uintBitsToFloat
and floatBitsToUint
like so.