Skip to content

Commit 96d1c75

Browse files
committed
Merge branch 'dev' into v7
2 parents 9c4a79f + 0742c37 commit 96d1c75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
vec4 blend(const in vec4 dst, const in vec4 src, const in float opacity) {
2+
3+
return mix(dst, src, src.a * opacity);
4+
5+
}

0 commit comments

Comments
 (0)