Original Post
Has anyone tried to render a lot of graphics using opengl alpha test on the iPhone? I have read that alpha testing is SLOW on the iPhone. Is it out of the question to rely on alpha testing for the majority of the graphics in a game engine? I need to use alpha test in order to have correct rendering order of masked objects.