summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/playground-qml/ComplexTechnique.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/playground-qml/ComplexTechnique.qml')
-rw-r--r--examples/qt3d/playground-qml/ComplexTechnique.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/qt3d/playground-qml/ComplexTechnique.qml b/examples/qt3d/playground-qml/ComplexTechnique.qml
index 87e6238dd..094ae27c4 100644
--- a/examples/qt3d/playground-qml/ComplexTechnique.qml
+++ b/examples/qt3d/playground-qml/ComplexTechnique.qml
@@ -60,11 +60,6 @@ Technique {
renderPasses : [
RenderPass {
annotations : [Annotation {name : "Name"; value : "TextureLighting" }]
- bindings : [ // Add only the bindings needed for a shader
- ParameterMapping {parameterName: "vertexTexCoord"; shaderVariableName: "texCoord0"; bindingType: ParameterMapping.Attribute},
- ParameterMapping {parameterName: "tex"; shaderVariableName: "texture"; bindingType: ParameterMapping.Uniform},
- ParameterMapping {parameterName: "modelViewProjection"; shaderVariableName: "customMvp"; bindingType: ParameterMapping.StandardUniform}
- ]
shaderProgram : ShaderProgram {
id : textureShaderLighting