So, PushAttrib is gone. Before I go do things the hard way I just wanted to make sure there isn't already a Better Way.
Rather than using glPushAttrib() with various flags, if I want to save and restore the settings I'll be changing, should I go about executing a bunch of glGet*, saving the results out, then restoring them afterward? Or is there a different way?




