X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fvertexdatainterpreter.h;h=6bf9b11c65a0c77976451f02cd1a991cd3b3eebd;hb=18198bc20331e48f45fc0c36cb3f256a58e24e4b;hp=7a46e3e5a1683605127cac194026824ab8b0e1a3;hpb=1b91705727d2b9f91345b6d4a462650cb1007618;p=apitrace diff --git a/gui/vertexdatainterpreter.h b/gui/vertexdatainterpreter.h index 7a46e3e..6bf9b11 100644 --- a/gui/vertexdatainterpreter.h +++ b/gui/vertexdatainterpreter.h @@ -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