summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/utils/abstractobjecthelper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3d/utils/abstractobjecthelper_p.h')
-rw-r--r--src/datavis3d/utils/abstractobjecthelper_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/datavis3d/utils/abstractobjecthelper_p.h b/src/datavis3d/utils/abstractobjecthelper_p.h
index 4fa9d0ec..fd565b10 100644
--- a/src/datavis3d/utils/abstractobjecthelper_p.h
+++ b/src/datavis3d/utils/abstractobjecthelper_p.h
@@ -69,6 +69,7 @@ public:
GLuint uvBuf();
GLuint elementBuf();
GLuint indexCount();
+ GLuint indicesType();
public:
GLuint m_vertexbuffer;
@@ -78,6 +79,8 @@ public:
GLuint m_indexCount;
GLboolean m_meshDataLoaded;
+
+ GLuint m_indicesType;
};
QT_DATAVIS3D_END_NAMESPACE