summaryrefslogtreecommitdiffstats
path: root/tests/manual/custom-mesh-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/custom-mesh-qml/main.qml')
-rw-r--r--tests/manual/custom-mesh-qml/main.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/custom-mesh-qml/main.qml b/tests/manual/custom-mesh-qml/main.qml
index 9aae22ba4..e0593a6e9 100644
--- a/tests/manual/custom-mesh-qml/main.qml
+++ b/tests/manual/custom-mesh-qml/main.qml
@@ -166,13 +166,11 @@ Entity {
primitiveType: GeometryRenderer.Triangles
Buffer {
id: vertexBuffer
- type: Buffer.VertexBuffer
data: buildVertexBufferData()
}
Buffer {
id: indexBuffer
- type: Buffer.IndexBuffer
data: buildIndexBufferData()
}
geometry: Geometry {