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:
6
shaders/world0/gbuffers_entities_translucent.fsh
Normal file
6
shaders/world0/gbuffers_entities_translucent.fsh
Normal file
@ -0,0 +1,6 @@
|
||||
#version 120
|
||||
|
||||
#define ENTITIES
|
||||
#define OVERWORLD_SHADER
|
||||
|
||||
#include "/dimensions/all_translucent.fsh"
|
6
shaders/world0/gbuffers_entities_translucent.vsh
Normal file
6
shaders/world0/gbuffers_entities_translucent.vsh
Normal file
@ -0,0 +1,6 @@
|
||||
#version 120
|
||||
|
||||
#define ENTITIES
|
||||
#define OVERWORLD_SHADER
|
||||
|
||||
#include "/dimensions/all_translucent.vsh"
|
Reference in New Issue
Block a user