Bliss-Shader/shaders/gbuffers_skytextured.vsh

5 lines
61 B
V Shell
Raw Normal View History

2023-01-12 15:00:14 -05:00
#version 120
void main() {
gl_Position.xyz = vec3(-10.0);
}