mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-01-04 00:23:41 +08:00
5 lines
61 B
GLSL
5 lines
61 B
GLSL
#version 120
|
|
|
|
void main() {
|
|
gl_Position.xyz = vec3(-10.0);
|
|
} |