mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-01-03 16:13:30 +08:00
6 lines
61 B
GLSL
6 lines
61 B
GLSL
#version 120
|
|
|
|
void main() {
|
|
gl_Position.xyz = vec3(-1.0);
|
|
}
|