aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/render/CustomRenderLayers.kt
diff options
context:
space:
mode:
authorJacob <55346310+Kathund@users.noreply.github.com>2025-07-03 20:00:17 +0800
committerGitHub <noreply@github.com>2025-07-03 14:00:17 +0200
commit07464087671ba52aacd71fc6c276460ed77e3612 (patch)
tree21896b32dd8295705f449563c85f87f9fa661b1e /src/main/kotlin/util/render/CustomRenderLayers.kt
parent5147d1b953fc60e1cecea112f56e63e61e25a7d6 (diff)
downloadFirmament-07464087671ba52aacd71fc6c276460ed77e3612.tar.gz
Firmament-07464087671ba52aacd71fc6c276460ed77e3612.tar.bz2
Firmament-07464087671ba52aacd71fc6c276460ed77e3612.zip
feat: transparent block renders
Diffstat (limited to 'src/main/kotlin/util/render/CustomRenderLayers.kt')
-rw-r--r--src/main/kotlin/util/render/CustomRenderLayers.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/util/render/CustomRenderLayers.kt b/src/main/kotlin/util/render/CustomRenderLayers.kt
index 3d9e598..f713a81 100644
--- a/src/main/kotlin/util/render/CustomRenderLayers.kt
+++ b/src/main/kotlin/util/render/CustomRenderLayers.kt
@@ -39,6 +39,7 @@ object CustomRenderPipelines {
.withDepthTestFunction(DepthTestFunction.NO_DEPTH_TEST)
.withCull(false)
.withDepthWrite(false)
+ .withBlend(BlendFunction.TRANSLUCENT)
.build()
val CIRCLE_FILTER_TRANSLUCENT_GUI_TRIS =