Bliss-Shader/shaders/world-1/gbuffers_skybasic.vsh

6 lines
59 B
GLSL

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