I'm putting decals on top of video textures and it works fine on a desktop browser.  In iOS 10 I get some bad flickering on the decal.  Its as if they have the exact same z-position.  I have decalMaterial.zOffset = -2.5 so it should be different.  If I change the video to a normal image texture there is no flickering.  Its only happening in iOS and when there's a video playing.  Funny thing is I get a flicker using an image texture if decalMaterial.zOffset = -2 Does anyone know how to preve