summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/compute-particles/ComputeMaterial.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/compute-particles/ComputeMaterial.qml')
-rw-r--r--examples/qt3d/compute-particles/ComputeMaterial.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/qt3d/compute-particles/ComputeMaterial.qml b/examples/qt3d/compute-particles/ComputeMaterial.qml
index f4ac1105a..01fef2bd9 100644
--- a/examples/qt3d/compute-particles/ComputeMaterial.qml
+++ b/examples/qt3d/compute-particles/ComputeMaterial.qml
@@ -100,10 +100,6 @@ Material {
shaderProgram: drawShader
// We assume the mesh to be drawn will also receive
// Vertex buffers attributes that will be used to position and color
- bindings: [
- ParameterMapping { parameterName: "particlePosition"; shaderVariableName: "particlePosition"; bindingType: ParameterMapping.Attribute },
- ParameterMapping { parameterName: "particleColor"; shaderVariableName: "particleColor"; bindingType: ParameterMapping.Attribute }
- ]
}
]
annotations: [