add iris's BLOCK_TRANSLUCENT programs

This commit is contained in:
Xonk
2024-01-11 22:19:34 -05:00
parent 339829f952
commit ce8c674893
9 changed files with 43 additions and 3 deletions

View File

@ -34,10 +34,12 @@ program.composite4.enabled = TAA_UPSCALING
#Get the correct alpha value : S_A*(1-DST_A)+DST_A
program.gbuffers_entities_translucent.enabled = IS_IRIS
program.gbuffers_block_translucent.enabled = IS_IRIS
#ifdef IS_IRIS
separateEntityDraws=true
blend.gbuffers_entities_translucent = off
blend.gbuffers_block_translucent = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
#endif
blend.gbuffers_water = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE