mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
add iris's BLOCK_TRANSLUCENT programs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user