I was wondering if anyone could tell me if
is faster thanCode :glEnable(GL_ALPHA_TEST); glAlphaFunc(GL_EQUAL, 1.0);
in my application both calls have similar effects, so i would like to know which one is faster.Code :glEnable(GL_BLEND) glBlendFunc(GL_ONE_MINUS_DST_ALPHA,GL_ZERO);
Chris



