Files
Bliss-Shader/shaders/world0_with_aether_flag/gbuffers_skybasic.vsh

6 lines
59 B
GLSL

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