summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/custom-mesh-qml/main.qml2
-rw-r--r--tests/manual/custom-mesh-update-data-qml/main.qml2
2 files changed, 0 insertions, 4 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 {
diff --git a/tests/manual/custom-mesh-update-data-qml/main.qml b/tests/manual/custom-mesh-update-data-qml/main.qml
index 909dbf9ca..08ba9dd09 100644
--- a/tests/manual/custom-mesh-update-data-qml/main.qml
+++ b/tests/manual/custom-mesh-update-data-qml/main.qml
@@ -207,13 +207,11 @@ Entity {
primitiveType: GeometryRenderer.Triangles
Buffer {
id: vertexBuffer
- type: Buffer.VertexBuffer
data: buildVertexBufferData()
}
Buffer {
id: indexBuffer
- type: Buffer.IndexBuffer
data: buildIndexBufferData()
}
geometry: Geometry {