We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2aea9 commit 8247a96Copy full SHA for 8247a96
unstable/layoutdsl/src/main/kotlin/gg/essential/elementa/effects/GradientEffect.kt
@@ -81,7 +81,7 @@ class GradientEffect(
81
vertSource,
82
fragSource,
83
).apply {
84
- blendState = BlendState.NORMAL
+ blendState = BlendState.ALPHA
85
depthTest = URenderPipeline.DepthTest.Always
86
}.build()
87
@@ -90,7 +90,7 @@ class GradientEffect(
90
UGraphics.DrawMode.QUADS,
91
UGraphics.CommonVertexFormats.POSITION_COLOR,
92
93
94
95
96
}
0 commit comments