I ran some tests to figure out what affects the gpu fill rate. I noticed that 0% opacity sprites use GPU fill rate, but setting them invisible does not.
Is there any reason for this?
Is it because 0% opacity can be used as masks with some webgl effect? (but that would turn the layer to render it's own texture, so it could be solved)