I'm drawing a textured quad full screen as triangles using ES2.0 (4 vertices, 6 indices).
I'm seeing a single pixel bright line along the seam between the two triangles. Every google result I get suggests this is due to Polygon Smoothing, but this feature is not available in ES2.0, so it can't be that!
Any thoughts?