Preserving the GLBlendFunc

Posted by Michael Minerva on Stack Overflow See other posts from Stack Overflow or by Michael Minerva
Published on 2010-05-07T21:38:48Z Indexed on 2010/05/07 21:48 UTC
Read the original article Hit count: 160

Filed under:
|

I need to preserve the current GlBlendFunc so can restore it after I do some work. It seems that this is not one of the attributes that can be saved with GLPushAttrib, is there some other similar method I can use to preserve the state?

© Stack Overflow or respective owner

Related posts about opengl

Related posts about glblendfunc