]> git.cworth.org Git - apitrace/blobdiff - gui/vertexdatainterpreter.h
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / gui / vertexdatainterpreter.h
index 7a46e3e5a1683605127cac194026824ab8b0e1a3..6bf9b11c65a0c77976451f02cd1a991cd3b3eebd 100644 (file)
@@ -5,6 +5,17 @@
 
 class QListWidget;
 
+enum DataType {
+    DT_INT8,
+    DT_UINT8,
+    DT_INT16,
+    DT_UINT16,
+    DT_INT32,
+    DT_UINT32,
+    DT_FLOAT,
+    DT_DOUBLE,
+};
+
 class VertexDataInterpreter : public QObject
 {
     Q_OBJECT