mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
add iris's TRANSLUCENT ENTITIES programs. potentially fix error in end/nether on intel ARC
This commit is contained in:
@ -33,6 +33,12 @@ program.composite4.enabled = TAA_UPSCALING
|
||||
# SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
|
||||
#Get the correct alpha value : S_A*(1-DST_A)+DST_A
|
||||
|
||||
program.gbuffers_entities_translucent.enabled = IS_IRIS
|
||||
|
||||
#ifdef IS_IRIS
|
||||
separateEntityDraws=true
|
||||
blend.gbuffers_entities_translucent = off
|
||||
#endif
|
||||
|
||||
blend.gbuffers_water = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
|
||||
blend.gbuffers_hand_water = SRC_ALPHA ONE_MINUS_SRC_ALPHA ONE_MINUS_DST_ALPHA ONE
|
||||
@ -50,7 +56,6 @@ blend.gbuffers_hand = off
|
||||
blend.gbuffers_block = off
|
||||
blend.gbuffers_entities = off
|
||||
blend.gbuffers_beaconbeam = off
|
||||
|
||||
blend.gbuffers_water.colortex11 = off
|
||||
blend.composite.colortex12 = off
|
||||
|
||||
|
Reference in New Issue
Block a user