Bliss-Shader/shaders/gbuffers_skytextured.vsh
2023-07-17 15:47:09 -04:00

6 lines
61 B
GLSL

#version 120
void main() {
gl_Position.xyz = vec3(-1.0);
}