Bliss-Shader/shaders/gbuffers_skytextured.vsh

6 lines
61 B
V Shell
Raw Normal View History

2023-01-12 15:00:14 -05:00
#version 120
void main() {
2023-07-17 15:47:09 -04:00
gl_Position.xyz = vec3(-1.0);
2023-01-12 15:00:14 -05:00
}