1#ifndef COIN_SOGLVERTEXATTRIBUTEELEMENT_H
2#define COIN_SOGLVERTEXATTRIBUTEELEMENT_H
27#include <Inventor/elements/SoVertexAttributeElement.h>
28#include <Inventor/SbBasic.h>
31class SoVertexAttributeData;
33class COIN_DLL_API SoGLVertexAttributeElement :
public SoVertexAttributeElement {
34 typedef SoVertexAttributeElement inherited;
35 SO_ELEMENT_HEADER(SoGLVertexAttributeElement);
38 static void initClass(
void);
39 virtual void init(SoState * state);
41 void enableVBO(SoGLRenderAction * action)
const;
42 void disableVBO(SoGLRenderAction * action)
const;
43 void send(
const int index)
const;
44 static const SoGLVertexAttributeElement * getInstance(SoState *
const state);
47 virtual ~SoGLVertexAttributeElement();
48 virtual void addElt(SoVertexAttributeData * attribdata);
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:41
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen 1.13.2.