24#ifndef _SO_VERTEX_SHADER_PARAMETER_ELEMENT_
25#define _SO_VERTEX_SHADER_PARAMETER_ELEMENT_
28#include <Inventor/SoLists.h>
29#include <Inventor/elements/SoAccumulatedElement.h>
45SoEXTENDER_Documented
class SoVertexShaderParameterElement :
public SoAccumulatedElement {
46 SO_ELEMENT_HEADER(SoVertexShaderParameterElement);
62 virtual void pop(
SoState *,
const SoElement *prevTopElement);
72 virtual void init(
SoState *state);
77 static void initClass();
78 static void exitClass();
84 virtual ~SoVertexShaderParameterElement();
Maintains a list of pointers to nodes.
static void add(SoState *state, SoVertexShaderParameter *vertexAttrib)
Add to the current vertex attribs list.
static const SoNodeList * getVertexAttribs(SoState *state)
Returns the current list of vertex attribs nodes from the state.
virtual void push(SoState *state)
Overrides push() method to copy values from next instance in the stack.
virtual void pop(SoState *, const SoElement *prevTopElement)
Pop method.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...