1 #ifndef COIN_SOGLMULTITEXTUREIMAGEELEMENT_H
2 #define COIN_SOGLMULTITEXTUREIMAGEELEMENT_H
36 #include <Inventor/elements/SoMultiTextureImageElement.h>
41 class SoGLMultiTextureImageElementP;
63 static void restore(
SoState * state,
const int unit);
72 GLUnitData() : glimage(NULL) {}
73 GLUnitData(
const GLUnitData & org) : glimage(org.glimage) {}
83 void updateGL(
const int unit);
84 SoGLMultiTextureImageElementP * pimpl;
91 set(state, node, 0, image, model, blendColor);
96 return get(state, 0, model, blendcolor);
98 static int32_t getMaxGLTextureSize(
void);
101 #endif // !COIN_SOGLMULTITEXTUREIMAGEELEMENT_H