summaryrefslogtreecommitdiffstats
path: root/src/render/backend/trianglesvisitor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/trianglesvisitor_p.h')
-rw-r--r--src/render/backend/trianglesvisitor_p.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/render/backend/trianglesvisitor_p.h b/src/render/backend/trianglesvisitor_p.h
index a0fa89efb..149ac2a65 100644
--- a/src/render/backend/trianglesvisitor_p.h
+++ b/src/render/backend/trianglesvisitor_p.h
@@ -53,6 +53,7 @@
#include <Qt3DCore/qnodeid.h>
#include <Qt3DRender/QAttribute>
+#include <Qt3DRender/private/bufferutils_p.h>
QT_BEGIN_NAMESPACE
@@ -69,24 +70,6 @@ class NodeManagers;
class Attribute;
class Buffer;
-struct BufferInfo
-{
- BufferInfo()
- : type(QAttribute::VertexBaseType::Float)
- , dataSize(0)
- , count(0)
- , byteStride(0)
- , byteOffset(0)
- {}
-
- QByteArray data;
- QAttribute::VertexBaseType type;
- uint dataSize;
- uint count;
- uint byteStride;
- uint byteOffset;
-};
-
class Q_AUTOTEST_EXPORT TrianglesVisitor
{
public: