New Paste :: Recent Pastes:: No Line Numbers
A Paste by glDaher
1
glAlphaFunc( GL_EQUAL, 0.5f); glPopAttrib(GL_ENABLE_BIT ); glEnable( GL_ALPHA_TEST ); glEnable( GL_BLEND); glBlendFunc( blah, 1-blah); // draw text glPopAttrib();