Bliss-Shader/shaders/gbuffers_skytextured.fsh
Xonk 2ee6634935 surprise commit
new stuff

reworked clouds, general lighting, end and nether shaders still WIP

lighting is more balanced in general.
2023-04-16 16:18:26 -04:00

8 lines
63 B
GLSL

#version 120
/* RENDERTARGETS:0 */
void main() {
discard;
}