If you enable alphaBlending on TextureMaterials with transparent bitmaps, some GPUs render opaque errors / artifacts within the texture.
Workaround: Don’t use fully transparent areas within your bitmap. Always keep it opaque a tiny bit, i.e. by creating a photoshop layer that has a transparency of 1%.
Hope this helps someone