This may be related to default medium precision in tilemap vertex shader. So, there is no real frame drop, it only looks like that.
Try replace mediump with highp.
3 Likes
This may be related to default medium precision in tilemap vertex shader. So, there is no real frame drop, it only looks like that.
Try replace mediump with highp.