Bliss-Shader/shaders/gbuffers_skytextured.vsh

5 lines
61 B
GLSL

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