1#ifndef COIN_SOGLRENDERPASSELEMENT_H
2#define COIN_SOGLRENDERPASSELEMENT_H
36#include <Inventor/elements/SoSubElement.h>
38class COIN_DLL_API SoGLRenderPassElement :
public SoElement {
41 SO_ELEMENT_HEADER(SoGLRenderPassElement);
45 virtual ~SoGLRenderPassElement();
48 virtual void init(SoState * state);
52 static void set(SoState *
const state,
const int passNumber);
53 static int get(SoState *
const state);
SoElement(void)
Definition SoElement.cpp:534
virtual SbBool matches(const SoElement *element) const =0
Definition SoElement.cpp:609
static void initClass(void)
Definition SoElement.cpp:507
virtual SoElement * copyMatchInfo(void) const =0
virtual void init(SoState *state)
Definition SoElement.cpp:553
static void set(SoState *const state, const int passNumber)
FIXME: write doc.
Definition SoGLRenderPassElement.cpp:100
static int get(SoState *const state)
FIXME: write doc.
Definition SoGLRenderPassElement.cpp:113
int passnr
Definition SoGLRenderPassElement.h:56