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