summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/PlanetEffectDSB.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/planets-qml/PlanetEffectDSB.qml')
-rw-r--r--examples/qt3d/planets-qml/PlanetEffectDSB.qml27
1 files changed, 0 insertions, 27 deletions
diff --git a/examples/qt3d/planets-qml/PlanetEffectDSB.qml b/examples/qt3d/planets-qml/PlanetEffectDSB.qml
index 38ca581b8..f45d66dba 100644
--- a/examples/qt3d/planets-qml/PlanetEffectDSB.qml
+++ b/examples/qt3d/planets-qml/PlanetEffectDSB.qml
@@ -79,15 +79,6 @@ Effect {
RenderPass {
annotations: [ Annotation { name : "pass"; value : "forward" } ]
- bindings: [
- // Uniforms (those provided by the user)
- ParameterMapping {
- parameterName: "ambient";
- shaderVariableName: "ka";
- bindingType: ParameterMapping.Uniform
- }
- ]
-
shaderProgram: ShaderProgram {
vertexShaderCode: loadSource("qrc:/shaders/gl3/planetDB.vert")
fragmentShaderCode: loadSource("qrc:/shaders/gl3/planetDSB.frag")
@@ -109,15 +100,6 @@ Effect {
RenderPass {
annotations: [ Annotation { name : "pass"; value : "forward" } ]
- bindings: [
- // Uniforms (those provided by the user)
- ParameterMapping {
- parameterName: "ambient";
- shaderVariableName: "ka";
- bindingType: ParameterMapping.Uniform
- }
- ]
-
shaderProgram: ShaderProgram {
vertexShaderCode: loadSource("qrc:/shaders/es2/planetDB.vert")
fragmentShaderCode: loadSource("qrc:/shaders/es2/planetDSB.frag")
@@ -140,15 +122,6 @@ Effect {
RenderPass {
annotations: [ Annotation { name : "pass"; value : "forward" } ]
- bindings: [
- // Uniforms (those provided by the user)
- ParameterMapping {
- parameterName: "ambient";
- shaderVariableName: "ka";
- bindingType: ParameterMapping.Uniform
- }
- ]
-
shaderProgram: ShaderProgram {
vertexShaderCode: loadSource("qrc:/shaders/es2/planetDB.vert")
fragmentShaderCode: loadSource("qrc:/shaders/es2/planetDSB.frag")