Stores the current OpenGL depth buffer parameters. More...
#include <Inventor/elements/SoGLDrawBufferElement.h>
Public Member Functions | |
virtual void | push (SoState *state) |
virtual void | pop (SoState *state, const SoElement *prevTopElement) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
This element stores the current draw buffer parameters used for rendering.
NOTE: This class does not exist in Open Inventor 10.0 and later.static int SoGLDrawBufferElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoDrawBufferElement.
static SoType SoGLDrawBufferElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoDrawBufferElement.
virtual void SoGLDrawBufferElement::pop | ( | SoState * | state, | |
const SoElement * | prevTopElement | |||
) | [virtual] |
Override pop() method to keep GL up to date.
virtual void SoGLDrawBufferElement::push | ( | SoState * | state | ) | [virtual] |