Bliss-Shader/shaders/gbuffers_skytextured.vsh
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

6 lines
59 B
GLSL

#version 120
void main() {
gl_Position = ftransform();
}