mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-20 07:57:55 +08:00
6 lines
61 B
GLSL
6 lines
61 B
GLSL
#version 120
|
|
|
|
void main() {
|
|
gl_Position.xyz = vec3(-1.0);
|
|
}
|