Follow BlendEquation API changes.

Change-Id: I7fa5b472a00c636581914b79dfb861e645af9f96
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
Volker Krause 2016-03-12 17:46:54 +01:00
parent 93ac430374
commit 0e5e726e91
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ Material {
sourceRgb: BlendEquationArguments.SourceAlpha
destinationRgb: BlendEquationArguments.OneMinusSourceAlpha
},
BlendEquation {blendFunction: BlendEquation.FuncAdd}
BlendEquation {blendFunction: BlendEquation.Add}
]
annotations: Annotation { name: "pass"; value: "material" }
}

View File

@ -97,7 +97,7 @@ Effect {
DepthMask { mask: true },
BlendEquationArguments {
sourceRgb: BlendEquationArguments.One
destinationRgb: BlendEquationArguments.OneMinusSrcColor
destinationRgb: BlendEquationArguments.OneMinusSourceColor
}
]